mcp

geocoding-ai/mcp

3.3

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Geocoding MCP Server is a Model Context Protocol server that provides geocoding services by integrating with the Nominatim API.

GitHub License CodeRabbit Pull Request Reviews GitHub Actions Workflow Status NPM Version NPM Last Update (with dist tag)

Geocoding MCP Server

This is a Model Context Protocol (MCP) server that provides geocoding services by integrating with the Nominatim API.

Installation

Requirements

  • Node.js >= 18.0.0
  • Cursor, Windsurf, Claude Desktop, Trae or another MCP Client

Install in Claude Desktop

Add this to your Claude Desktop claude_desktop_config.json file. See Claude Desktop MCP docs for more info.

{
  "mcpServers": {
    "geocoding": {
      "command": "npx",
      "args": [
        "-y",
        "@geocoding-ai/mcp"
      ]
    }
  }
}

License

Codebase:

Documentation: GPLv2 / Nominatim developer community / Nominatim Manual