Virga Weather
Rank #683io.github.mcmurrym/virga-weather
MCP server providing virga-weather capabilities
Virga Weather is a Model Context Protocol (MCP) server published by mcmurrym. It ranks #683 of 115,591 servers tracked on MCP Toplist, and its repository has 1,060 GitHub stars. Virga Weather is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Mar 2, 2026.
Ranks ahead of 114,908 of 115,591 servers on MCP Toplist.
Use Virga Weather
claude mcp add virga-weather -e "VIRGA_API_KEY=<your VIRGA_API_KEY>" -- npx -y @virga-mcp/serverReplace each placeholder with your own value before saving.
[mcp_servers.virga-weather]
command = "npx"
args = ["-y", "@virga-mcp/server"]
[mcp_servers.virga-weather.env]
VIRGA_API_KEY = "<your VIRGA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virga-weather": {
"command": "npx",
"args": [
"-y",
"@virga-mcp/server"
],
"env": {
"VIRGA_API_KEY": "<your VIRGA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virga-weather": {
"command": "npx",
"args": [
"-y",
"@virga-mcp/server"
],
"env": {
"VIRGA_API_KEY": "<your VIRGA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"virga-weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@virga-mcp/server"
],
"env": {
"VIRGA_API_KEY": "<your VIRGA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virga-weather": {
"command": "npx",
"args": [
"-y",
"@virga-mcp/server"
],
"env": {
"VIRGA_API_KEY": "<your VIRGA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virga-weather": {
"command": "npx",
"args": [
"-y",
"@virga-mcp/server"
],
"env": {
"VIRGA_API_KEY": "<your VIRGA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mcmurrym%2Fvirga-weather)<a href="https://mcptoplist.com/server/io.github.mcmurrym%2Fvirga-weather"><img src="https://mcptoplist.com/badge/io.github.mcmurrym%2Fvirga-weather.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mcmurrym
Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Mar 2, 2026 |
| 0.1.2 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Virga Weather?
- Virga Weather is maintained by mcmurrym, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Virga Weather listed on the Official MCP Registry?
- Yes — Virga Weather is listed on the Official MCP Registry.
- How many versions does Virga Weather have?
- MCP Toplist tracks 3 versions of Virga Weather, most recently published on Mar 2, 2026.
- Where can I find the source code for Virga Weather?
- The source code for Virga Weather is hosted at github.com/mcmurrym/virga.