x

xf-test01

seifon/xf-test01
0 Stars 5 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "amap-mcp": {
      "description": "高德地图MCP服务器",
      "timeout": 60,
      "type": "http",
      "url": "https://mcp.amap.com/sse?key=你的高德key"
    }
  }
}

服务介绍

{
"mcpServers": {
"amap-mcp": {
"type": "http",
"url": "https://mcp.amap.com/sse?key=你的高德key",
"timeout": 60,
"description": "高德地图MCP服务器"
}
}
}

相关 MCP 服务