A Python MCP server that exposes live weather — current conditions and multi-day forecasts — to any AI client via the free, no-API-key Open-Meteo API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"im-manideep/Weather-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add weather-mcp-server npx -y im-manideep/Weather-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"im-manideep/Weather-MCP-Server"
]
}
}
}