@cd39390/crawler
v0.1.8
Published
send an email
Downloads
1,190
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",
"@cd39390/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY":"be478846e463331c4dfd103b455189de"
}
}
}
}