mcp weather for VS Code
io.github.augee99/mcp-weather
An MCP server that provides [describe what your server does]
client:VS Code
transport:stdio
runtime:pypi
Install mcp weather in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-weather": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-weather-augee99"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs