W
Weather MCP Server
Real-time weather MCP Server
创建于 6/4/2026
更新于 about 5 hours ago
README
Repository documentation and setup instructions
Weather MCP Server
一个基于 HelloAgents 框架开发的实时天气查询 MCP 服务器,支持全球主流城市天气查询。
功能
- 获取城市实时天气(温度、湿度、风速、天气状况)
- 列出支持的城市列表
- 获取服务器信息
支持城市
北京、上海、广州、深圳、杭州、成都、重庆、武汉、西安、南京、天津、苏州
使用方法
from hello_agents.tools import MCPTool
tool = MCPTool(server_command=["python", "server.py"])
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx weather-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"wuweierzhi666-weather-mcp-server": {
"command": "uvx",
"args": [
"weather-mcp-server"
]
}
}
}