This MCP server provides weather information using the Open-Meteo API, supporting multiple transport modes including stdio, HTTP Server-Sent Events (SSE), and Streamable HTTP protocol.
From the registry: providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
$ pip install mcp_weather_serverhttps://pypi.org/project/mcp-weather-server/Please install the `mcp-weather-server-isdaniel` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install mcp_weather_server** — Install from PyPI Run: `pip install mcp_weather_server` (https://pypi.org/project/mcp-weather-server/)
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["-m","mcp_weather_server"]
Note: No API key needed (uses free Open-Meteo API).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for searching Airweave collections with natural language queries.