Skip to main content
Glama
Francis235
by Francis235

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

先决条件

  1. 蟒蛇3.10+;

  2. 高德地图开放平台获取您的AMAP_KEY。

  3. 安装uv (Python 包管理器),使用pip install uv安装或查看uvrepo以了解更多安装方法。

Related MCP server: MCP Python Server — API Wrapper

使用 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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for GLM chat completions using Zhipu AI models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

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