Pistachio MobileDev MCP
Android + iOS development for non-technical users
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-projectto 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
-
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 } } } -
Run
/check-local-project ProjectName com.project.package.nameto set up your project. -
Restart your client to reload the newly added skills.
-
Use
/image-to-appto create an entire app from mobile screenshots.
Máy chủ liên quan
Scout Monitoring MCP
nhà tài trợPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Android ADB Server
Control Android devices using the Android Debug Bridge (ADB).
Icons8 MCP server
Get access to MCP server SVG and MCP server PNG icons in your vibe-coding projects
Postman MCP Server
Run Postman collections using Newman, with support for environment and global variables.
Bitcoin & Lightning Network
Interact with the Bitcoin and Lightning Network to generate keys, validate addresses, decode transactions, and query the blockchain.
Simple Loki MCP Server
An MCP server for querying Loki logs via logcli.
MCP_Agent:RE
Fetches requirements and defect data from the TAPD platform to provide data support for AI clients.
jarp-mcp
Java Archive Reader Protocol MCP server - Give AI agents X-ray vision into compiled Java code by decompiling JAR/WAR/EAR files and Maven/Gradle dependencies
XcodeMCP
An MCP server to control Xcode on macOS using JavaScript for Automation (JXA).
MCPizer
Enables AI assistants to call any REST API or gRPC service by automatically converting their schemas into MCP tools.
MCP Reasoner
A reasoning engine with multiple strategies, including Beam Search and Monte Carlo Tree Search.