服务器
Awesome Mcp Servers
@punkpeye
A collection of MCP servers.
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "您在高德官网上申请的key"
}
}
}
}