Server
Freeby MCP Community
MCP server for the Virga Weather API — exposes weather data as native tools for LLM clients
v0.1.2Added Apr 12, 2026
mcpmodel-context-protocolweathervirgallm
Server MCP Server
MCP server for the Virga Weather API — exposes weather data as native tools for LLM clients
Installation
Reviews
Installation
Quick install
npx -y @virga-mcp/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@virga-mcp/server"]
}
}
}