Skip to main content
Glama
geocoding-ai

Geocoding MCP Server

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

Related MCP server: GeoServer MCP Server

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: MIT

Documentation: GPLv2 / Nominatim developer community / Nominatim Manual

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/geocoding-ai/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server