An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.
If you already use Open Streetmap MCP, the open streetmap mcp mcp server is the piece that lets your assistant work with it directly. An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.
Installation goes through your MCP client rather than a global install: point it at @modelcontextprotocol/inspector on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
geocode_address — Convert text to geographic coordinatesreverse_geocode — Convert coordinates to human-readable addressesfind_nearby_places — Discover points of interest near a locationget_route_directions — Get turn-by-turn directions between locationssearch_category — Find places of specific categories in an areasuggest_meeting_point — Find optimal meeting spots for multiple peopleexplore_area — Get comprehensive data about a neighborhoodfind_schools_nearby — Locate educational institutions near a specific locationanalyze_commute — Compare transportation options between home and workfind_ev_charging_stations — Locate EV charging infrastructure with filteringanalyze_neighborhood — Evaluate neighborhood livability for real estatefind_parking_facilities — Locate parking options near a destinationThis sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Open Streetmap MCP's toolset — geocode_address, reverse_geocode, find_nearby_places and 11 more — is a fair guide to whether it matches your workflow. It is maintained by jagan-shanmugam; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Open Streetmap MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| geocode_address | Convert text to geographic coordinates |
| reverse_geocode | Convert coordinates to human-readable addresses |
| find_nearby_places | Discover points of interest near a location |
| get_route_directions | Get turn-by-turn directions between locations |
| search_category | Find places of specific categories in an area |
| suggest_meeting_point | Find optimal meeting spots for multiple people |
| explore_area | Get comprehensive data about a neighborhood |
| find_schools_nearby | Locate educational institutions near a specific location |
| analyze_commute | Compare transportation options between home and work |
| find_ev_charging_stations | Locate EV charging infrastructure with filtering |
| analyze_neighborhood | Evaluate neighborhood livability for real estate |
| find_parking_facilities | Locate parking options near a destination |
| Resources | The server implements location-based resources: - location://place/{query}: Get information about places by name or address - location://map/{style}/{z}/{x}/{y}: Get styled map tiles at specified coordinates |
| Tools | The server implements several geospatial tools: - geocode_address: Convert text to geographic coordinates - reverse_geocode: Convert coordinates to human-readable addresses - find_nearby_places: Discover points of intere |
"mcpServers": {
"osm-mcp-server": {
"command": "uvx",
"args": [
"osm-mcp-server"
]
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.