xf-test01
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服务器"
}
}
}