OpenStreetMap
Rank #10,626io.github.ni-c/osm-mcp
Geocoding, walking/driving/cycling distances, route optimization, isochrones and POI search on OSM
OpenStreetMap is a Model Context Protocol (MCP) server published by ni-c. It ranks #10,626 of 115,460 servers tracked on MCP Toplist. OpenStreetMap is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 104,834 of 115,460 servers on MCP Toplist.
Use OpenStreetMap
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add osm-mcp -e "OSM_USER_AGENT=<your OSM_USER_AGENT>" -e "ORS_API_KEY=<your ORS_API_KEY>" -e "OSM_ALLOW_TOOLS=<your OSM_ALLOW_TOOLS>" -e "OSM_DENY_TOOLS=<your OSM_DENY_TOOLS>" -- npx -y osm-mcpReplace each placeholder with your own value before saving.
claude mcp add osm-mcp -e "OSM_USER_AGENT=<your OSM_USER_AGENT>" -e "ORS_API_KEY=<your ORS_API_KEY>" -e "OSM_ALLOW_TOOLS=<your OSM_ALLOW_TOOLS>" -e "OSM_DENY_TOOLS=<your OSM_DENY_TOOLS>" -- docker run -i --rm ghcr.io/ni-c/osm-mcp:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.osm-mcp]
command = "npx"
args = ["-y", "osm-mcp"]
[mcp_servers.osm-mcp.env]
OSM_USER_AGENT = "<your OSM_USER_AGENT>"
ORS_API_KEY = "<your ORS_API_KEY>"
OSM_ALLOW_TOOLS = "<your OSM_ALLOW_TOOLS>"
OSM_DENY_TOOLS = "<your OSM_DENY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.osm-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/osm-mcp:0.2.0"]
[mcp_servers.osm-mcp.env]
OSM_USER_AGENT = "<your OSM_USER_AGENT>"
ORS_API_KEY = "<your ORS_API_KEY>"
OSM_ALLOW_TOOLS = "<your OSM_ALLOW_TOOLS>"
OSM_DENY_TOOLS = "<your OSM_DENY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "npx",
"args": [
"-y",
"osm-mcp"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/osm-mcp:0.2.0"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "npx",
"args": [
"-y",
"osm-mcp"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/osm-mcp:0.2.0"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"osm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"osm-mcp"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"osm-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/osm-mcp:0.2.0"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "npx",
"args": [
"-y",
"osm-mcp"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/osm-mcp:0.2.0"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "npx",
"args": [
"-y",
"osm-mcp"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"osm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/osm-mcp:0.2.0"
],
"env": {
"OSM_USER_AGENT": "<your OSM_USER_AGENT>",
"ORS_API_KEY": "<your ORS_API_KEY>",
"OSM_ALLOW_TOOLS": "<your OSM_ALLOW_TOOLS>",
"OSM_DENY_TOOLS": "<your OSM_DENY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ni-c%2Fosm-mcp)<a href="https://mcptoplist.com/server/io.github.ni-c%2Fosm-mcp"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Fosm-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ni-c
Other servers by ni-c
- mcp-hub#4,896 · 8 vers
- Hetzner DNS#6,094 · 7 vers
- FreshRSS#7,194 · 6 vers
- wg-easy#7,522 · 5 vers
- Opengist#7,951 · 5 vers
- Audiobookshelf#8,088 · 5 vers
- Linkwarden#8,722 · 4 vers
- Calibre-Web#10,860 · 3 vers
- Mealie MCP Server#11,402 · 3 vers
- Rustpad MCP Server#11,712 · 3 vers
- ntfy#17,003 · 1 ver
- IMAP mailbox#17,902 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Aug 26, 2026 |
| 0.1.2 | Aug 25, 2026 |
| 0.1.1 | Aug 18, 2026 |
Frequently asked questions
- Who maintains OpenStreetMap?
- OpenStreetMap is maintained by ni-c, which publishes 17 MCP servers (59 total versions) tracked on MCP Toplist.
- Is OpenStreetMap listed on the Official MCP Registry?
- Yes — OpenStreetMap is listed on the Official MCP Registry, alongside Glama.
- How many versions does OpenStreetMap have?
- MCP Toplist tracks 3 versions of OpenStreetMap, most recently published on Aug 26, 2026.
- Where can I find the source code for OpenStreetMap?
- The source code for OpenStreetMap is hosted at github.com/ni-c/osm-mcp.