Sponsored by Deepsite.site

Yandex Maps MCP Server

Created By
peschinskiy8 months ago
MCP server for Yandex Maps map rendering and geocoding APIs
Content

Yandex Maps MCP Server

MCP Server for the Yandex Maps API.

"Show me the map of Berlin"

"Show me location of ..."

Yandex Maps MCP Screenshot

Tools

  1. maps_geocode

    • Convert address to coordinates
    • Inputs:
      • country (string) - The country name
      • lang (string) - Language code (e.g., 'ru_RU', 'en_US')
      • state (string, optional) - The state, region or province name
      • city (string, optional) - The city or locality name
      • district (string, optional) - The district or neighborhood within the city
      • street (string, optional) - The street name
      • house_number (string, optional) - The house or building number
    • Returns: location, formatted_address, address_components
  2. maps_reverse_geocode

    • Convert coordinates to address
    • Inputs:
      • latitude (number)
      • longitude (number)
      • lang (string) - Language code (e.g., 'ru_RU', 'en_US')
    • Returns: location, formatted_address, address_components
  3. maps_render

    • Render a map as a png image
    • Inputs:
      • latitude (number) - Latitude coordinate of map center
      • longitude (number) - Longitude coordinate of map center
      • latitude_span (number) - Height of map image in degrees
      • longitude_span (number) - Width of map image in degrees
      • lang (string) - Language code (e.g., 'ru_RU', 'en_US')
      • placemarks (array, optional) - Array of placemarks to display on the map with style "pm2rdm"
        • Each placemark should have latitude and longitude properties
    • Returns: PNG image of the map

Setup

API Keys

You'll need two Yandex Maps API keys:

  1. "JavaScript and Geocoder API" key for geocoding functions
  2. Static API key for map rendering

To generate API keys:

  1. Open https://developer.tech.yandex.ru/ and authorize
  2. Click "Connect APIs". Choose "JavaScript and Geocoder API" and fill the form
  3. Navigate to API's dashboard page and copy API key there
  4. Repeat from step 2 for Static API.

Local Run

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Set your API keys:
    export YANDEX_MAPS_API_KEY="your-geocoder-api-key"
    export YANDEX_MAPS_STATIC_API_KEY="your-static-api-key"
    
  4. Build server
    npm run build
    
  5. Run the server:
    node dist/index.js
    

Usage with Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "yandex-maps": {
      "command": "node",
      "args": [
        "path/to/index.js"
      ],
      "env": {
        "YANDEX_MAPS_API_KEY": "<YOUR_GEOCODER_API_KEY>",
        "YANDEX_MAPS_STATIC_API_KEY": "<YOUR_STATIC_API_KEY>"
      }
    }
  }
}

Known Limitations

Yandex Maps Places API has no free tier, which means that LLMs cannot retrieve organization addresses and coordinates through the Yandex Maps MCP. It can only geocode places whose addresses or coordinates are already known to the model or retrieved from other sources such as explicit user input, Web Search, or third-party MCPs.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Serper MCP ServerA Serper MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors