weather ai mcp for VS Code
io.github.csoai-org/weather-ai-mcp
Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical
client:VS Code
transport:stdio
runtime:pypi
Install weather ai mcp in VS Code
.vscode/mcp.json
{
"servers": {
"weather-ai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"weather-ai-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs