Developer Tools
Trust: 56/100 (Fair)io.github.mobile-next/mobile-mcp Guide
MCP server for iOS and Android Mobile Development, Automation and Testing
3,743 starsby mobile-next
Quick Start
Install
npx @mobilenext/mobile-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mobile-next-mobile-mcp": {
"command": "npx",
"args": [
"@mobilenext/mobile-mcp"
]
}
}
}