mcp-gaodeweather-server logo

mcp-gaodeweather-server

by kevinkelin

This server uses the Gaode Map weather API to retrieve the current weather for a specified city. It's designed for use with Claude Desktop.

View on GitHub

Last updated: N/A

介绍

这是一个使用高德地图的天气接口,获取当前城市天气的demo。

使用方法

MCP 配置

GAODE_KEY

需要一个高德地图的apikey,申请地址:https://lbs.amap.com/api/webservice/guide/api/weather

Usage with Claude Desktop

uvx

{
  "mcpServers": {
    "gaodeweather": {
      "name": "gaodeweather",
      "command": "uvx",
      "args": [
        "mcp-gaodeweather-server"
      ],
      "env": {
        "GAODE_KEY": "your apikey"
      }
    }
  }
}

Installing via Smithery

To install mcp-gaodeweather-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @kevinkelin/mcp-gaodeweather-server --client claude