Skip to content

JavaAIDev/amap-mcp-server

Repository files navigation

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"
      }
    }
  }
}

About

Amap MCP server

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages