mcpbeat Sign in

Nominatim MCP Server

local only

Nominatim MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

OpenStreetMap Nominatim geocoding and reverse geocoding (merged).

Installs / week
npm · nominatim-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Nominatim MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nominatim-mcp -- npx -y nominatim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nominatim-mcp": {
      "args": [
        "-y",
        "nominatim-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nominatim-mcp]
command = "npx"
args = ["-y", "nominatim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nominatim-mcp": {
      "args": [
        "-y",
        "nominatim-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nominatim-mcp": {
      "args": [
        "-y",
        "nominatim-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Nominatim MCP

same job, measured the same way
Geocoding
by danishashko

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

47 installs/wk local only
nominatim
by pipeworx-io

Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)

39 tools answering
Openstreetmap MCP Server
by cyanheads

Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

620 installs/wk 6 tools answering
Mapsi MCP
by algolayertechnologies

Geocoding, routing, isochrone, H3, elevation and 13 more geospatial tools via OpenStreetMap.

19 installs/wk local only
LatLng
by latlng-mcp

Geocoding, reverse geocoding, and places search for LatLng.

5 tools answering
Opencages
by pipeworx-io

OpenCage forward + reverse geocoding (free key, 2500/day)

33 tools answering
OpenStreetMap
by ni-c

Geocoding, walking/driving/cycling distances, route optimization, isochrones and POI search on OSM

85 installs/wk local only
Geo Reconcile
by pipeworx-io

Wikidata <-> OpenStreetMap reconciliation.

37 tools answering

Nominatim MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nominatim MCP?
Nominatim MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package nominatim-mcp.
How do I connect Nominatim MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nominatim-mcp straight from npm; nothing to host, nothing to sign up for.
Is Nominatim MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.