Open-Meteo MCP
OtherComprehensive MCP server for the Open-Meteo weather APIs — forecasts, historical data, and geocoding for LLMs.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"open-meteo-mcp": {
"command": "npx",
"args": [
"-y",
"open-meteo-mcp-server"
]
}
}
}