Android-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Android-MCP by CursorTouch | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 602 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
Android-MCP · Summary
Android-MCP enables AI agents to interact with Android devices via ADB for UI automation, testing and control.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Android-MCP · Use cases
- Automated UI testing for mobile applications
- AI-powered Android device control and navigation
- Mobile app development and debugging assistance
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
Android-MCP · Install
Installation
- **Prerequisites**:
- Python 3.13 - ADB (Android Debug Bridge) - Android 10+ device/emulator
- **Test ADB Connection**:
``shell adb devices `` Ensure your device is listed.
- **Configure Claude Desktop** (UVX method):
``json { "mcpServers": { "android-mcp": { "command": "uvx", "args": [ "--python", "3.13", "android-mcp" ] } } } ``
- For WiFi devices, add environment variables:
``json { "mcpServers": { "android-mcp": { "command": "uvx", "args": [ "--python", "3.13", "android-mcp" ], "env": { "ANDROID_MCP_CONNECTION": "wifi", "ANDROID_MCP_HOST": "192.168.1.3" } } } } ``
- Restart Claude Desktop to activate the integration.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}