Weather
Freeby MCP Community
Weather MCP tools (geocoding, weather-by-coords) for ModelContextProtocol.
v1.2.0Added Apr 12, 2026
Weather MCP Server
Weather MCP tools (geocoding, weather-by-coords) for ModelContextProtocol.
Installation
Reviews
Installation
Quick install
npx -y @mcp-monorepo/weather
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@mcp-monorepo/weather"]
}
}
}