amap-mcp-server

JavaAIDev/amap-mcp-server

3.2

If you are the rightful owner of amap-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Amap MCP Server provides a suite of location-based services through a Model Context Protocol (MCP) server, leveraging Amap's comprehensive mapping and geolocation capabilities.

Tools
  1. IP定位

    Provides IP-based location detection services.

  2. 地理/逆地理编码

    Offers geocoding and reverse geocoding services.

  3. 静态地图

    Generates static maps for embedding in applications.

  4. 天气查询

    Retrieves weather information for specified locations.

  5. 行政区域查询

    Queries administrative district information.

  6. 搜索POI 2.0

    Searches for points of interest using advanced criteria.

Amap MCP Server

MCP Server for Amap.

Tools available

How to use

Go to releases page and download latest releases:

  • JAR file, requires Java 11 to run
  • Native executable files on Windows, macOS and Linux.

Amap API key is required. This key must be set as the environment variable AMAP_API_KEY.

Below is the config to start the server.

{
  "mcpServers": {
    "amap": {
      "command": "java",
      "args": [
        "-jar",
        "amap-mcp-server.jar"
      ],
      "env": {
        "AMAP_API_KEY": "YOUR_AMAP_API_KEY"
      }
    }
  }
}