Catalog
Virga Weather
Officialby mcmurrym
Weather API tools — current, hourly, daily forecasts, and historical data.
Provides current, hourly, daily, and historical weather forecast data.
README not available yet.
Install
Configuration
Environment variables
VIRGA_API_KEYrequiredsecretVirga API key (get one free at https://virga.dev/agent)
claude_desktop_config.json
{
"mcpServers": {
"virga-weather": {
"command": "npx",
"args": [
"-y",
"@virga-mcp/server@0.1.2"
],
"env": {
"VIRGA_API_KEY": "<YOUR_VIRGA_API_KEY>"
}
}
}
}