Content
# Weather-MCP
Due to the need for a weather query tool in a previous small project, I wrote this for the HeWeather API.
Then I thought about whether it could be separated into a standalone MCP, which led to the creation of this project.
**HeWeather Development Documentation: https://dev.qweather.com/docs/api/geoapi/**
## Usage Guide
Modify the configuration in the yml file according to the HeWeather documentation (this project uses the officially recommended JWT mode).
```yaml
weather:
base-url: ${weather.base-url}
sk: ${weather.sk}
kid: ${weather.kid}
sub: ${weather.sub}
```
For convenience, the queries are based on the provided city names.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.