weather-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-mcp-serverwhat's the current weather in Beijing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weather MCP Server
Real-time weather query MCP server based on the HelloAgents framework and wttr.in.
Features
get_weather— current weather for a city (Chinese mapped names + English names)list_supported_cities— list built-in Chinese city mappings (80+)get_server_info— server metadata
Related MCP server: MCP Weather Server
Quick start (local stdio)
pip install -r requirements.txt
MCP_TRANSPORT=stdio python server.pyConnect with HelloAgents:
from hello_agents.tools import MCPTool
tool = MCPTool(
name="weather",
server_command=["python", "server.py"],
# set MCP_TRANSPORT=stdio in env when launching, or:
)Or:
import os
os.environ["MCP_TRANSPORT"] = "stdio"
from hello_agents.protocols import MCPClient
# MCPClient(["python", "server.py"])Docker / Smithery (HTTP on :8081)
docker build -t weather-mcp-server .
docker run --rm -p 8081:8081 weather-mcp-serverEndpoint: http://localhost:8081/mcp
Publish to Smithery
Create a GitHub repo named
weather-mcp-serverunder MichealLewisPush this folder to the repo
Open https://smithery.ai/, sign in with GitHub
Click Publish Server and paste:
https://github.com/MichealLewis/weather-mcp-server
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides real-time weather data, hourly forecasts, and daily summaries using the free Open-Meteo API with no API key required. It enables users to search for weather conditions by specific coordinates or city names across multiple measurement units.Last updated1MIT
- FlicenseAqualityDmaintenanceA weather query MCP server providing current weather, forecasts, temperature conversion, and travel weather advice using wttr.in without API tokens.Last updated3
- Alicense-qualityDmaintenanceA MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.Last updated19MIT
- Flicense-qualityBmaintenanceA minimal MCP server that provides current weather and forecasts for any city using the free Open-Meteo API, no API key required.Last updated13
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server for skill documentation, generated by doc2mcp.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MichealLewis/weather-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server