MCP server for current weather and multi-day forecasts worldwide, Chinese city names and output.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Current weather + up to 7-day forecasts for cities worldwide (Chinese and English city names, Chinese output), with dual data sources for reliability.
Transport: Streamable HTTP (MCP 2025-03-26 compatible). No authentication required.
Add this to your MCP client's mcpServers configuration (Claude Desktop claude_desktop_config.json, Cursor mcp.json, Cline, Cherry Studio, etc.):
Clients that do not accept
"type": "http"(some Cherry Studio / older Cline versions) accept the same entry with just"url".
| Tool | Parameters | Returns |
|---|---|---|
query_weather(city, days=3) | city: Chinese or English city name, e.g. "青岛", "北京", "Tokyo".days: forecast days, 1–7 (default 3). | Current conditions (weather text, temperature, feels-like, humidity, wind direction/speed) + daily forecast (date, weather, high/low, precipitation probability). |
Then point your MCP client at http://127.0.0.1:8004/mcp.
No API keys or accounts are ever required.
weather_mcp_server.py — the MCP server (FastMCP, Streamable HTTP transport).rate_limit.py — lightweight per-IP sliding-window rate-limit middleware (200 req/min default).requirements.txt — mcp, uvicorn, starlette.server.json — official MCP Registry manifest (remote server entry, ready to publish with mcp-publisher).smithery.yaml / glama.json — directory listing metadata.一句话:全球城市实时天气与多日预报,中文城市名直接查、结果中文输出,最长 7 天预报。
在线直连地址(免费、无需 Key、开箱即用):https://mcp.pianam.cn/weather-mcp/mcp
在 MCP 客户端(Claude Desktop / Cursor / Cherry Studio / Cline 等)的配置里加入:
工具:
query_weather(city, days):查天气。城市名中英文均可(「青岛」「北京」「Tokyo」),days 为预报天数(1-7,默认 3)。服务特性:数据源全部为公开接口、无需注册/付费;服务端内存缓存、失败自动降级/切换备用通道;单 IP 限流 200 次/分钟。
本地部署:
MIT © 2026 boy-373
One-click install for Smithery-supported clients (Claude Desktop, Cursor, etc.):
Or run:
We host a free MCP aggregation gateway: your AI assistant (Cherry Studio, Claude Desktop, Cursor, Cline — any MCP client) discovers and uses MCP tools through a single URL:
Add it once, then talk in plain language — the AI automatically searches → inspects → calls the right MCP for you.
📖 3-step setup guide / 中文接入教程: https://mcp.pianam.cn/ai-gateway
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/weather-forecast-mcp)<a href="https://allmcps.com/mcp/weather-forecast-mcp"><img src="https://allmcps.com/api/badge/weather-forecast-mcp?style=directory" alt="Weather Forecast MCP on AllMCPs" /></a>