mcp-google-map vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-google-map by cablate | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 302 | ★ 85,748 |
| 30d uses | — | — |
| Score | 52 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-google-map · Summary
A comprehensive MCP server with 18 Google Maps API tools for geolocation, routing, search, and location-based intelligence.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-google-map · Use cases
- Travel planning and itinerary creation with optimized multi-stop routes
- Business location analysis and competitor tracking for local SEO
- Real-time location-based information retrieval for conversational AI
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
mcp-google-map · Install
Installation
**1. stdio mode (Recommended)** Add to Claude Desktop configuration:
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["-y", "@cablate/mcp-google-map", "--stdio"],
"env": {
"GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
}
}
}
}**2. HTTP server mode**
npx @cablate/mcp-google-map --port 3000 --apikey "YOUR_API_KEY"Configure client:
{
"mcpServers": {
"google-maps": {
"type": "http",
"url": "http://localhost:3000/mcp"
}
}
}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"]
}
}
}