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
- Host: GitHub
- URL: https://github.com/zxypro1/amap-maps-mcp-server
- Owner: zxypro1
- Created: 2025-03-27T06:16:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T06:35:11.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:31:06.501Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": ""
}
}
}
}
```