MCP Catalogs
Home

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
Score5177
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis 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

  1. **Prerequisites**:

- Python 3.13 - ADB (Android Debug Bridge) - Android 10+ device/emulator

  1. **Test ADB Connection**:

``shell adb devices `` Ensure your device is listed.

  1. **Configure Claude Desktop** (UVX method):

``json { "mcpServers": { "android-mcp": { "command": "uvx", "args": [ "--python", "3.13", "android-mcp" ] } } } ``

  1. 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" } } } } ``

  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.