The Android MCP server allows AI agents to interact with Android devices. It exposes APIs for app management, device control, and sensor data access. It connects to Android's ActivityManager, PackageManager, and SensorManager. Developers use it for automation, testing, and building AI-driven Android applications.
The Android MCP server allows AI agents to interact with Android devices. It exposes APIs for app management, device control, and sensor data access. It connects to Android's ActivityManager, PackageManager, and SensorManager. Developers use it for automation, testing, and building AI-driven Android applications.
pip install Android-MCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cursortouch-android-mcp-github": {
"command": "uvx",
"args": [
"pip install Android-MCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Android MCP?"
No configuration required. This server works out of the box.
"What resources are available in Android MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Android MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Android MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.