πŸ”§

Weather MCP Server

πŸ”§MCP Server

isdaniel/mcp_weather_server

VibeIndex|
What it does

Provides comprehensive weather and air quality data through multiple transport modes, retrieving current conditions, forecasts, and environmental metrics using the Open-Meteo API.

remotehosted

Installation

npxRun with npx
npx -y @smithery/cli install @isdaniel/mcp_weather_server
pip installInstall Python package
pip install mcp_weather_server
pip installInstall Python package
pip install mcp_weather_server starlette uvicorn
PythonRun Python server
python -m mcp_weather_server
PythonRun Python server
python -m mcp_weather_server --mode sse

+ 2 more commands in README

Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "weather": { "command": "python", "args": [ ...
πŸ“– Extracted from isdaniel/mcp_weather_server README
8,652
AddedJan 26, 2026