A collection of MCP (Model Context Protocol) weather servers for AI clients — includes China Weather Network (no API key, 2732+ cities) and QWeather integrations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servers": {
"command": "npx",
"args": [
"-y",
"zaixiamaomaoyu/mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-servers npx -y zaixiamaomaoyu/mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers": {
"command": "npx",
"args": [
"-y",
"zaixiamaomaoyu/mcp-servers"
]
}
}
}
📋 Copy