← Index

Virga Weather

io.github.mcmurrym/virga-weather·v0.1.3·Maps & Location
Quality Score
88
/100

Weather API tools — current, hourly, daily forecasts, and historical data.

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

Virga API key (get one free at https://virga.dev/agent)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location