MCP.so
Sign In
Servers

Awesome Mcp Servers

@punkpeye

A collection of MCP 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": "您在高德官网上申请的key"
      }
    }
  }
}

More from Other