Skip to main content
Location ServicesPython

webcoderz/MCP-Geo

Geocoding MCP server for nominatim, ArcGIS, Bing

location-serviceslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/webcoderz/MCP-Geo

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-geo": {
      "command": "npx",
      "args": [
        "-y",
        "webcoderz/MCP-Geo"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Python
Author
webcoderz