MCP Server
MCP
OpenStreetMap
Geocoding, walking/driving/cycling distances, route optimization, isochrones and POI search on OSM
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "osm-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Identifying User-Agent sent to all OSM services (Nominatim requires one)",
"format": "string",
"name": "OSM_USER_AGENT"
},
{
"description": "Optional OpenRouteService key; switches routing/matrix/isochrones to ORS",
"format": "string",
"isSecret": true,
"name": "ORS_API_KEY"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/osm-mcp:0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Identifying User-Agent sent to all OSM services (Nominatim requires one)",
"format": "string",
"name": "OSM_USER_AGENT"
},
{
"description": "Optional OpenRouteService key; switches routing/matrix/isochrones to ORS",
"format": "string",
"isSecret": true,
"name": "ORS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment