Skip to main content
Glama
MichealLewis

weather-mcp-server

by MichealLewis

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.py

Connect 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-server

Endpoint: http://localhost:8081/mcp

Publish to Smithery

  1. Create a GitHub repo named weather-mcp-server under MichealLewis

  2. Push this folder to the repo

  3. Open https://smithery.ai/, sign in with GitHub

  4. Click Publish Server and paste: https://github.com/MichealLewis/weather-mcp-server

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    An 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 updated
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A 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 updated
    19
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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