π§
Weather MCP Server
π§MCP Serverisdaniel/mcp_weather_server
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_serverpip installInstall Python package
pip install mcp_weather_serverpip installInstall Python package
pip install mcp_weather_server starlette uvicornPythonRun Python server
python -m mcp_weather_serverPythonRun 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