Skip to main content
Glama

AMap MCP Server

by Francis235

非官方的 AMap 模型上下文协议 (MCP) 服务器,可与 AMap 强大的位置相关服务进行交互。您可以在以下 MCP 客户端中使用,例如 Cursor、Claude Desktop、Cline、Windsurf 和其他客户端。

先决条件

  1. 蟒蛇3.10+;
  2. 高德地图开放平台获取您的AMAP_KEY。
  3. 安装uv (Python 包管理器),使用pip install uv安装或查看uvrepo以了解更多安装方法。

使用 Cursor 快速入门

进入 Cursor -> Cursor Settings -> 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.

非官方模型上下文协议服务器,可通过 Cursor、Claude Desktop、Cline 和 Windsurf 等客户端与 AMap 的位置服务进行交互。

  1. 使用 Cursor 快速入门
    1. 示例用法

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that facilitates communication between ABAP systems and MCP clients, providing tools for managing ABAP objects, handling transport requests, and performing code analysis to enhance ABAP development workflows.
        Last updated -
        128
        40
        TypeScript
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides Google Maps API integration, allowing users to search locations, get place details, geocode addresses, calculate distances, obtain directions, and retrieve elevation data through LLM processing capabilities.
        Last updated -
        7
        983
        63
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
        Last updated -
        2
        Python
        MIT License
      • -
        security
        A
        license
        -
        quality
        A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
        Last updated -
        1
        8
        TypeScript
        MIT License

      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