mcpbeat Sign in

Virga Weather MCP Server

local only

Virga Weather runs on your own machine — the client starts it, so there is no endpoint to ping. 16 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 8 · avg 3 · +50% w/w
a month agotoday
16
Installs / week
npm · @virga-mcp/server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add virga-weather -- npx -y @virga-mcp/server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "virga-weather": {
      "args": [
        "-y",
        "@virga-mcp/server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.virga-weather]
command = "npx"
args = ["-y", "@virga-mcp/server"]
.cursor/mcp.json
{
  "mcpServers": {
    "virga-weather": {
      "args": [
        "-y",
        "@virga-mcp/server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "virga-weather": {
      "args": [
        "-y",
        "@virga-mcp/server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VIRGA_API_KEY (Virga API key (get one free at https://virga.dev/agent)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Virga Weather

same job, measured the same way
Weather AI MCP
by csoai-org

Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical

137 installs/wk local only
Open-Meteo Weather
by myai-2025

Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.

local only
NordicMCP — Weather
by nordicmcp

Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.

answering
Nws Weather MCP Server
by cyanheads

Get US weather forecasts, active alerts, and current observations.

343 installs/wk 7 tools answering
Open Meteo
by pipeworx-io

Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs

42 tools answering
I
Taiwan CWA Weather
by nigue3025

Access Taiwan CWA weather data and forecasts for all counties and cities

48 installs/wk local only
Xweather Weather MCP
by xweather

Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.

answering
Weathersight
by weathersight

Historical weather and climate: 100+ years of station data, normals, extremes, and trends.

answering

Virga Weather — questions

Answers built from our own checks of this server.

Why is there no uptime for Virga Weather?
Virga Weather runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @virga-mcp/server was installed 16 times last week.
Is Virga Weather still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Virga Weather?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @virga-mcp/server straight from npm; nothing to host, nothing to sign up for.
How many people use Virga Weather?
The npm package @virga-mcp/server was installed 16 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.