open-streetmap-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
open-streetmap-mcp by jagan-shanmugam | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 191 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 10 mo ago | this month |
open-streetmap-mcp · Summary
A comprehensive OpenStreetMap MCP server enabling geocoding, routing, POI searches, and neighborhood analysis through location-based tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
open-streetmap-mcp · Use cases
- Finding optimal meeting points for multiple people
- Analyzing neighborhood livability for real estate decisions
- Locating EV charging stations with specific connector types
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
open-streetmap-mcp · Install
Installation
In MCP Hosts like Claude Desktop, Cursor, Windsurf, etc.
"mcpServers": {
"osm-mcp-server": {
"command": "uvx",
"args": [
"osm-mcp-server"
]
}
}Local Development
- Install the package in development mode:
pip install -e .- Start the server:
osm-mcp-servertime · 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"]
}
}
}