Servers
Servers
@modelcontextprotocol
Model Context Protocol Servers
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "api_key"
}
}
}
}
