★ 2 stars
Go
🤖 AI/LLM
Updated 1mo ago
OpenStreetMap MCP server providing precision geospatial tools for LLMs via Model Context Protocol. Features geocoding, routing, nearby places, neighborhood analysis, EV charging stations, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"osmmcp": {
"command": "go",
"args": [
"run",
"github.com/estebamod/osmmcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add osmmcp go run github.com/estebamod/osmmcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"osmmcp": {
"command": "go",
"args": [
"run",
"github.com/estebamod/osmmcp@latest"
]
}
}
}
📋 Copy
Topics
anthropic-claude ev-charging geocoding geospatial llm-tools mcp mcp-server model-context-protocol neighborhood-analysis openstreetmap routing