Weather
Freeby MCP Community
Weather MCP — wraps Open-Meteo API (free, no auth)
v0.1.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolpipeworxweather
Weather MCP Server
Weather MCP — wraps Open-Meteo API (free, no auth)
Installation
npx -y @pipeworx/mcp-weather
Reviews
Installation
Quick install
npx -y @pipeworx/mcp-weather
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-weather"]
}
}
}