MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Real-time weather MCP Server

Created 6/4/2026
Updated about 5 hours ago
Repository documentation and setup instructions

Weather MCP Server

一个基于 HelloAgents 框架开发的实时天气查询 MCP 服务器,支持全球主流城市天气查询。

功能

  • 获取城市实时天气(温度、湿度、风速、天气状况)
  • 列出支持的城市列表
  • 获取服务器信息

支持城市

北京、上海、广州、深圳、杭州、成都、重庆、武汉、西安、南京、天津、苏州

使用方法

from hello_agents.tools import MCPTool

tool = MCPTool(server_command=["python", "server.py"])
Quick Setup
Installation guide for this server

Install Package (if required)

uvx weather-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "wuweierzhi666-weather-mcp-server": { "command": "uvx", "args": [ "weather-mcp-server" ] } } }