Open-Meteo MCP server — weather forecasts, historical data, air quality, marine, climate projections
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"open-meteo-mcp-serve": {
"command": "npx",
"args": [
"-y",
"QuentinCody/open-meteo-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add open-meteo-mcp-serve npx -y QuentinCody/open-meteo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-meteo-mcp-serve": {
"command": "npx",
"args": [
"-y",
"QuentinCody/open-meteo-mcp-server"
]
}
}
}