Back to MCP Servers
Geo
Geocoding MCP server for nominatim, ArcGIS, Bing
location-services
By webcoderz
Installation
npx -y MCP-GeoConfiguration
{
"mcpServers": {
"MCP-Geo": {
"command": "npx",
"args": ["-y", "MCP-Geo"]
}
}
}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