pipeworx-io/mcp-weather
MCP server for real-time weather data via Open-Meteo — free, no API key required
Platform-specific configuration:
{
"mcpServers": {
"mcp-weather": {
"command": "npx",
"args": [
"-y",
"mcp-weather"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Weather MCP — wraps Open-Meteo API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"weather": {
"url": "https://gateway.pipeworx.io/weather/mcp"
}
}
}Or use the CLI:
npx pipeworx use weatherMIT
Loading reviews...