time vs phonepi-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | phonepi-mcp by priyankark | |
|---|---|---|
| Stars | ★ 85,748 | ★ 34 |
| 30d uses | — | — |
| Score | 77 | 35 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationProductivityDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 13 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
phonepi-mcp · Summary
PhonePi MCP provides 23+ tools to control your smartphone remotely from AI assistants.
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
phonepi-mcp · Use cases
- Managing SMS and contacts through natural language commands in Claude Desktop or Cursor
- Automating phone tasks using AI workflows and tool calling
- Monitoring phone status and controlling settings remotely
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"]
}
}
}phonepi-mcp · Install
Installation
- Clone the repository
git clone https://github.com/priyankark/phonepi-mcp.git
cd phonepi-mcp- Install dependencies
npm install- Set up the mobile app (see phonepimcp.com for detailed instructions)
- Configure Claude Desktop:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"phonepi": {
"command": "node",
"args": ["path/to/server.js"],
"env": {}
}
}
}- Start the server
npm start