Skip to main content
Glama

AMap MCP Server

by Francis235

Неофициальный сервер AMap Model Context Protocol (MCP), который позволяет взаимодействовать с мощным сервисом определения местоположения AMap. Вы можете использовать следующие клиенты MCP, такие как Cursor, Claude Desktop, Cline, Windsurf и другие клиенты.

Предпосылки

  1. питон 3.10+;
  2. Получите свой AMAP_KEY с открытой платформы AMAP .
  3. Установите uv (менеджер пакетов Python), установите с помощью pip install uv или посетите репозиторий uv для получения дополнительных методов установки.

Быстрый старт с курсором

Перейдите в Курсор -> Настройки курсора -> MCP, нажмите Add new global MCP server , и откроется mcp.json, вставьте следующее содержимое конфигурации:

"AMap": { "command": "uvx", "args": [ "amap-mcp" ], "env": { "AMAP_KEY": "<insert-your-AMap-here>" }, },

Пример использования

Демонстрационное видео: Демо

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Неофициальный сервер Model Context Protocol, который обеспечивает взаимодействие со службами определения местоположения AMap через такие клиенты, как Cursor, Claude Desktop, Cline и Windsurf.

  1. Быстрый старт с курсором
    1. Пример использования

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that integrates with Cursor IDE, providing real-time communication, modern web dashboards, and extensible tools via SSE and WebSocket connections.
        Last updated -
        705
        1
        Python
      • A
        security
        F
        license
        A
        quality
        A starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.
        Last updated -
        1
        6
        9
        TypeScript
        • Apple
      • A
        security
        F
        license
        A
        quality
        Model Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.
        Last updated -
        10
        104
        21
        JavaScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.
        Last updated -
        JavaScript
        Apache 2.0

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Francis235/amap-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server