Odel
mobile mcp

mobile mcp

Local
@mobile-next6.3kTypeScriptApache-2.0Updated 1w ago

MCP server for iOS and Android Mobile Development, Automation and Testing

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mobilenext/mobile-mcpv1.0.2

Run

npx -y @mobilenext/mobile-mcp

MCP client config

{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mobilenext/mobile-mcp"
      ]
    }
  }
}