The Gaode Weather MCP Server is a demo project that utilizes the Gaode Map API to fetch real-time weather data for a specified city. This server is designed to integrate seamlessly with applications like Claude Desktop, providing weather information through a simple and efficient interface.
To use the Gaode Weather MCP Server, you need an API key from Gaode Map. You can obtain one by visiting the Gaode Map API Key Application Page.
{
"mcpServers": {
"gaodeweather": {
"name": "gaodeweather",
"command": "uvx",
"args": [
"mcp-gaodeweather-server"
],
"env": {
"GAODE_KEY": "your apikey"
}
}
}
}
To install the Gaode Weather MCP Server for Claude Desktop automatically using Smithery, run the following command:
npx -y @smithery/cli install @kevinkelin/mcp-gaodeweather-server --client claude
Once installed, you can start the server using the uvx
command as configured in your settings. The server will fetch and provide weather data based on the specified city.
This project is maintained by kevinkelin and is open for contributions. For more details, refer to the README.