Back to Apps

Phone MCP
Supports UIby hao-cyber
Control Android phones via ADB to make calls, send SMS, and automate UI interactions through MCP.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does\nConnects an AI agent to an Android device via ADB, enabling full remote control of phone functions. It allows agents to interact with the device's OS, apps, and communication tools as if they were physically holding the phone.\n\n## Tools\n- call: Make and end phone calls.\n- send_sms: Send text messages to contacts.\n- contacts: Access and manage phone contacts.\n- analyze_screen: Get structured UI element analysis for intelligent automation.\n- interact_with_screen: Perform taps, swipes, and text input on the device.\n- launch_app: Open specific Android applications or activities.\n- screenshot: Capture the current screen for visual verification.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "phone-mcp": {\n "command": "uvx",\n "args": [\"phone-mcp\"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- Cursor\n- Trae\n- Claude.ai
Quick install
uvx phone-mcpInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json: { "phone-mcp": { "command": "uvx", "args": ["phone-mcp"] } }Claude Desktop
{\n "mcpServers": {\n "phone-mcp": {\n "command": "uvx",\n "args": [\"phone-mcp\"]\n }\n }\n}





