An open API service indexing awesome lists of open source software.

https://github.com/zxypro1/amap-maps-mcp-server

@amap/amap-maps-mcp-server
https://github.com/zxypro1/amap-maps-mcp-server

Last synced: 11 months ago
JSON representation

@amap/amap-maps-mcp-server

Awesome Lists containing this project

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

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