Skip to content

Mobile

Free

by MCP Community

Mobile MCP

v0.0.51Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Mobile MCP Server

Mobile MCP

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @mobilenext/mobile-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mobile": {
      "command": "npx",
      "args": ["-y", "@mobilenext/mobile-mcp"]
    }
  }
}