[UOS AI] #MCP 探索家# 那么近,那么美,周末到河北
Tofloor
poster avatar
碎碎念
deepin
Ecological co-builder
2025-08-28 14:23
Author

作为一个喜欢旅游人士(才不是牛马经常出差人士)sweat

经常因为没有行程安排而化身为无头苍蝇,做攻略又懒得做,搜又懒得搜

but,翻mcp的时候发现有地图和天气相关的mcp,岂不是可以让AI来拯救猪脑了!

【MCP 工具名 / 配置】

1.HeFeng 天气 MCP 服务器

MCP配置(参考文档https://www.modelscope.cn/mcp/servers/@shanggqm/hefeng-mcp-weather)

{
  "mcpServers": {
    "hefeng-weather": {
      "command": "npx",
      "args": ["hefeng-mcp-weather@latest", "--apiKey=${API_KEY}"]
    }
  }
}

2.高德地图MCP-server

MCP配置(参考文档:https://lbs.amap.com/api/mcp-server/summary | https://www.modelscope.cn/mcp/servers/@amap/amap-maps)

{
  "mcpServers": {
    "amap-maps": {
      "args": [
        "-y",
        "@amap/amap-maps-mcp-server"
      ],
      "command": "npx",
      "env": {
        "AMAP_MAPS_API_KEY": "开放平台申请的key"
      }
    }
  }
}

通过这两个就可以根据目的地的景点和当天天气做行程和日程规划啦proud

截图_选择区域_20250827172809.png

截图_选择区域_20250827172831.png

但是好像忘记了最重要的一点,苦命牛马没有这么长的假期sad

Reply Favorite View the author
All Replies

No replies yet