- Explore MCP Servers
- mcp-gaodeweather-server
Mcp Gaodeweather Server
What is Mcp Gaodeweather Server
mcp-gaodeweather-server is a demo server that utilizes the Gaode Map weather API to fetch the current weather of a specified city.
Use cases
Use cases include developing weather forecast applications, enhancing travel apps with real-time weather updates, and integrating weather data into smart home systems.
How to use
To use mcp-gaodeweather-server, you need to set up a GAODE_KEY, which is an API key obtained from the Gaode Map website. Then, you can configure the server in your MCP setup and run it using the specified command.
Key features
Key features include real-time weather data retrieval, integration with Gaode Map services, and easy setup via command line or automated installation through Smithery.
Where to use
mcp-gaodeweather-server can be used in applications that require weather information, such as mobile apps, web applications, and IoT devices that need to display current weather conditions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Gaodeweather Server
mcp-gaodeweather-server is a demo server that utilizes the Gaode Map weather API to fetch the current weather of a specified city.
Use cases
Use cases include developing weather forecast applications, enhancing travel apps with real-time weather updates, and integrating weather data into smart home systems.
How to use
To use mcp-gaodeweather-server, you need to set up a GAODE_KEY, which is an API key obtained from the Gaode Map website. Then, you can configure the server in your MCP setup and run it using the specified command.
Key features
Key features include real-time weather data retrieval, integration with Gaode Map services, and easy setup via command line or automated installation through Smithery.
Where to use
mcp-gaodeweather-server can be used in applications that require weather information, such as mobile apps, web applications, and IoT devices that need to display current weather conditions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
介绍
这是一个使用高德地图的天气接口,获取当前城市天气的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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










