AMap MCP Server
Servidor no oficial del Protocolo de Contexto de Modelo (MCP) de AMap que permite la interacción con el potente servicio de ubicación de AMap. Se puede usar en los siguientes clientes MCP: Cursor, Claude Desktop, Cline, Windsurf y otros.
Requisito previo
Python 3.10+;
Obtenga su AMAP_KEY de la plataforma abierta AMAP .
Instale
uv(administrador de paquetes de Python), instálelo conpip install uvo consulte el repositoriouvpara obtener métodos de instalación adicionales.
Related MCP server: MCP Python Server — API Wrapper
Inicio rápido con cursor
Vaya a Cursor -> Configuración del cursor -> MCP, haga clic en Add new global MCP server y se abrirá mcp.json, pegue el siguiente contenido de configuración:
"AMap": {
"command": "uvx",
"args": [
"amap-mcp"
],
"env": {
"AMAP_KEY": "<insert-your-AMap-here>"
},
},Ejemplo de uso
Un vídeo demostrativo: 
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.1162MIT
- FlicenseNot gradedqualityDmaintenanceA Python server implementing the Model Context Protocol that exposes tools for querying external APIs, compatible with Claude Desktop and ChatGPT Desktop.
- AlicenseDqualityDmaintenanceModel Context Protocol server that enables AI assistants like Claude to access searchapi.io API for searching Google Maps, flights, hotels, and other web information.912MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server that wraps the Amap (高德地图) Web Service APIs, giving AI assistants like Claude Code 9 map tools: geocoding, route planning (driving/transit/walking/cycling), POI search, nearby search, distance measurement, and IP location.1241MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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