phone-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
phone-mcp by hao-cyber | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 231 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 13 mo ago | this month |
phone-mcp · Summary
Android phone control MCP server using ADB commands for calls, messages, apps, and UI automation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
phone-mcp · Use cases
- Automating phone calls and SMS messages based on AI decisions
- Creating automated workflows that combine app launches with UI interactions
- Analyzing phone screens to make informed decisions about next actions
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
phone-mcp · Install
Installation
# Run directly with uvx (recommended)
uvx phone-mcp
# Or install with uv
uv pip install phone-mcp
# Or install with pip
pip install phone-mcpConfiguration
Add to your AI assistant configuration:
{
"mcpServers": {
"phone-mcp": {
"command": "uvx",
"args": [
"phone-mcp"
]
}
}
}For pip installation, use:
{
"mcpServers": {
"phone-mcp": {
"command": "/usr/local/bin/python",
"args": [
"-m",
"phone_mcp"
]
}
}
}Requirements: Python 3.7+, ADB tools, Android device with USB debugging enabled.
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"]
}
}
}