Skip to main content
Glama

Inoffizieller AMap Model Context Protocol (MCP)-Server, der die Interaktion mit dem leistungsstarken standortbezogenen Dienst von AMap ermöglicht. Sie können folgende MCP-Clients verwenden: Cursor, Claude Desktop, Cline, Windsurf und andere.

Voraussetzung

  1. Python 3.10+;

  2. Holen Sie sich Ihren AMAP_KEY von der offenen AMAP-Plattform .

  3. Installieren Sie uv (Python-Paketmanager), installieren Sie mit pip install uv oder sehen Sie sich das uvRepository für zusätzliche Installationsmethoden an.

Related MCP server: MCP Google Map Server

Schnellstart mit Cursor

Gehen Sie zu Cursor -> Cursoreinstellungen -> MCP, klicken Sie auf Add new global MCP server . mcp.json wird geöffnet. Fügen Sie den folgenden Konfigurationsinhalt ein:

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

Beispielverwendung

Ein Demonstrationsvideo: Demo

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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