amap-maps-mcp-server

The AMap Map MCP Server is a server designed to work with the AMap Map API. It allows developers to retrieve map data using an API key, facilitating integration into applications. The setup process is straightforward, utilizing NPX for quick deployment. By leveraging the API, developers can efficiently implement map displays and location-based services.

GitHub Stars

20

User Rating

Not Rated

Favorites

0

Views

17

Forks

10

Issues

2

README
AMap Map MCP Server

MCP Server for the AMap Map API.

Setup
API Key

Get a AMap Maps API key:
https://lbs.amap.com/api/webservice/create-project-and-key.

NPX
{
    "mcpServers": {
        "amap-maps": {
            "command": "npx",
            "args": [
                "-y",
                "@amap/amap-maps-mcp-server"
            ],
            "env": {
                "AMAP_MAPS_API_KEY": ""
            }
        }
    }
}