PistachioTemplate
Pistachio MobileDev MCP
Documentation
Pistachio Template Suite
What is it?
Pistachio is a suite of Skills, SubAgents, and Examples to facilitate cross-platform mobile development. It is intended to help non-technical users without mobile development experience quickly build an app for both Android and iOS.
Features
- One-shot setup: In your vibe coding clients (Claude Code or Open Code), use `/check-local-project` to install all dependencies and tools for mobile development (Android SDK, iOS emulator, etc.).
- Save tokens by sharing code: This suite is a thin wrapper on top of the official Kotlin Multiplatform template, which allows you to share code between iOS and Android apps.
- Flexibility: Unlike other cross-platform frameworks like React Native and Flutter, you have full flexibility to choose which tech stack to use for your app. You can build with native iOS SwiftUI or Android Jetpack Compose components.
- Asset discovery: Pistachio MCP server provides tools to search for fonts and image assets.
- Autonomy: Pistachio MCP server gives the AI model the ability to "see" interactions on your app, closing the feedback loop for autonomous development.
How to use it
1. Add Pistachio to your MCP configuration.
For `.mcp.json`:
{
"mcpServers": {
"pistachio": {
"type": "http",
"url": "https://mcp.pistachio.technology/message",
"transport": {
"type": "http"
}
}
}
}For `opencode.json`:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pistachio": {
"type": "remote",
"url": "https://mcp.pistachio.technology/message",
"enabled": true
}
}
}2. Run `/check-local-project ProjectName com.project.package.name` to set up your project.
3. Restart your client to reload the newly added skills.
4. Use `/image-to-app` to create an entire app from mobile screenshots.
Frequently asked questions
What is PistachioTemplate?
PistachioTemplate is Pistachio MobileDev MCP
How do I install PistachioTemplate?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is PistachioTemplate open source?
Yes — it is hosted on GitHub at https://github.com/stdcmms-lang/PistachioTemplate.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP