MCP Hub
Back to servers

@theyahia/yandex-maps-mcp

MCP server for Yandex Maps — geocoding, routing, places search (Russia)

npm195/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/yandex-maps-mcp

@theyahia/yandex-maps-mcp

MCP server for Yandex Maps API — geocoding, routing, places search, static maps for AI agents.

Tools (10)

ToolDescription
geocodeAddress → coordinates
reverse_geocodeCoordinates → address
search_placesSearch places/businesses near a point
get_routeRoute between two points (driving/transit/walking)
get_route_matrixDistance/duration matrix for multiple points
get_distanceDistance and travel time between two points
suggest_addressAddress autocomplete
get_static_mapGenerate static map image URL with markers
get_organizationOrganization details by ID
search_organizationsSearch organizations near a point

Setup

  1. Get API key: https://developer.tech.yandex.ru/
  2. Set env: YANDEX_MAPS_API_KEY=your-key

Claude Desktop

{
  "mcpServers": {
    "yandex-maps": {
      "command": "npx",
      "args": ["-y", "@theyahia/yandex-maps-mcp"],
      "env": { "YANDEX_MAPS_API_KEY": "your-key" }
    }
  }
}

Demo Prompts

  • "Find the coordinates of Красная площадь, Москва"
  • "What restaurants are near 55.7558, 37.6173?"
  • "Build a route from Москва to Санкт-Петербург by car"
  • "Calculate a distance matrix between Moscow, SPb, and Kazan"
  • "Suggest addresses starting with 'Москва, Твер'"
  • "Generate a static map of central Moscow with markers at the Kremlin and Bolshoi"
  • "What address is at coordinates 55.7558, 37.6173?"

Development

npm install
npm run build
npm test

License

MIT

Reviews

No reviews yet

Sign in to write a review