MCP ExplorerExplorer

Amap Mcp

@Francis235on 9 months ago
1 MIT
FreeCommunity
AI Systems
Non-official AMap MCP server for location services integration with various clients.

Overview

What is Amap Mcp

amap-mcp is a non-official server for the Model Context Protocol (MCP) that facilitates interaction with AMap’s powerful location-related services.

Use cases

Use cases for amap-mcp include enhancing user experience in navigation applications, providing location-based recommendations, and integrating location services into chatbots and virtual assistants.

How to use

To use amap-mcp, you need to have Python 3.10 or higher, obtain an AMAP_KEY from the AMap open platform, and install the ‘uv’ package. After setting up, configure your MCP client (like Cursor) with the provided configuration settings.

Key features

Key features of amap-mcp include seamless integration with various MCP clients, access to AMap’s location services, and the ability to customize commands and arguments for specific use cases.

Where to use

amap-mcp can be used in various applications that require location-based services, such as navigation apps, location tracking systems, and any software that benefits from geographical data.

Content

version

Non-official AMap Model Context Protocol (MCP) server that enables interaction with AMap powerful location related service. You can use in the following MCP clients like Cursor, Claude Desktop, Cline , Windsurf and other Client.

Prerequisite

  1. python 3.10+;
  2. Get your AMAP_KEY from AMAP open platform.
  3. Install uv (Python package manager), install with pip install uv or see the uv repo for additional install methods.

Quickstart with Cursor

Go to Cursor -> Cursor Settings -> MCP, click Add new global MCP server, and mcp.json will open, paste the following config content:

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

Example usage

A demonstration video:
Demo

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers