
Gaode Weather
Fetch current weather information for your city using the Gaode Map API. Easily integrate weather data into your applications and enhance user experience with real-time updates. Start building your weather-aware applications today!
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install kevinkelin/mcp-gaodeweather-server -c claude
This command will automatically install and configure the Gaode Weather MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Gaode Weather": {
"name": "gaodeweather",
"command": "uvx",
"args": [
"mcp-gaodeweather-server"
],
"env": {
"GAODE_KEY": "your apikey"
}
}
}
}
介绍
这是一个使用高德地图的天气接口,获取当前城市天气的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
Details:
Stars
4Forks
1Last commit
4 months agoRepository age
4 months
Auto-fetched from GitHub .
MCP servers similar to Gaode Weather:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit