Loading MCP server directory, please wait...
Weather API tools — current, hourly, daily forecasts, and historical data.
npx @getmcp/cli add io.github.mcmurrym/virga-weatherRequires Node.js 18+. Community-contributed server. Review source before installing.
VIRGA_API_KEYVirga API key (get one free at https://virga.dev/agent)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mcmurrym/virga-weather": {
"command": "npx",
"args": [
"-y",
"@virga-mcp/server"
],
"env": {
"VIRGA_API_KEY": ""
}
}
}
}