Back to MCP Servers
Open Streetmap
An OpenStreetMap MCP server with location-based services and geospatial data.
location-services
Installation
npx -y open-streetmap-mcpConfiguration
{
"mcpServers": {
"open-streetmap-mcp": {
"command": "npx",
"args": ["-y", "open-streetmap-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes