← Index

io.github.weatherai-io/weatherai

io.github.weatherai-io/weatherai·v1.0.0·Developer Tools
Quality Score
85
/100

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "weatherai": {
      "command": "npx",
      "args": [
        "-y",
        "@weatherai/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "weatherai": {
      "command": "npx",
      "args": [
        "-y",
        "@weatherai/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @weatherai/mcp-server
§02  Environment variables
YOUR_API_KEY
requiredsecret

Your API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools