time vs MCPApp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | MCPApp by tanaikech | |
|---|---|---|
| Stars | ★ 85,748 | ★ 47 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCPApp · Summary
Google Apps Script-based MCP server implementation for AI clients with tools and prompts support.
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
MCPApp · Use cases
- Building AI assistants that interact with Google services via GAS
- Creating MCP clients that leverage Google Apps Script functionality
- Developing standardized interfaces between AI systems and Google Workspace
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"]
}
}
}MCPApp · Install
Installation
- Clone or download the repository
- Deploy as a Google Apps Script web app
- Set up appropriate permissions for Google services
- Configure the access key in the initialization
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcpapp": {
"command": "curl",
"args": ["-L", "YOUR_MCP_SERVER_URL"]
}
}
}