theYahia/yandex-maps-mcp
MCP server for Yandex Maps — geocoding, routing, places search (Russia)
Platform-specific configuration:
{
"mcpServers": {
"yandex-maps-mcp": {
"command": "npx",
"args": [
"-y",
"yandex-maps-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Yandex Maps API — geocoding, routing, places search, static maps for AI agents.
| Tool | Description | |------|-------------| | geocode | Address → coordinates | | reverse_geocode | Coordinates → address | | search_places | Search places/businesses near a point | | get_route | Route between two points (driving/transit/walking) | | get_route_matrix | Distance/duration matrix for multiple points | | get_distance | Distance and travel time between two points | | suggest_address | Address autocomplete | | get_static_map | Generate static map image URL with markers | | get_organization | Organization details by ID | | search_organizations | Search organizations near a point |
YANDEX_MAPS_API_KEY=your-key{
"mcpServers": {
"yandex-maps": {
"command": "npx",
"args": ["-y", "@theyahia/yandex-maps-mcp"],
"env": { "YANDEX_MAPS_API_KEY": "your-key" }
}
}
}npm install
npm run build
npm testMIT
Loading reviews...