MCP Catalogs
Home

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
Score4577
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit10 mo agothis 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

  1. Install the package in development mode:
pip install -e .
  1. Start the server:
osm-mcp-server

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.