time vs osmmcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | osmmcp by NERVsystems | |
|---|---|---|
| Stars | ★ 85,748 | ★ 22 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsOther |
| Language | TypeScript | Go |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
osmmcp · Summary
OpenStreetMap MCP server providing precision geospatial tools including geocoding, routing, and neighborhood analysis.
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
osmmcp · Use cases
- Travel planning and route optimization for real-world navigation
- Real estate analysis with neighborhood livability metrics
- Location-based business intelligence and competitive analysis
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"]
}
}
}osmmcp · Install
Installation
Using Go
go install github.com/NERVsystems/osmmcp@latestWith Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"osmmcp": {
"command": "go",
"args": ["run", "github.com/NERVsystems/osmmcp"],
"env": {}
}
}
}