wttr mcp for VS Code
io.github.mrfentmen/wttr-mcp
Weather text from wttr.in. No key required.
client:VS Code
transport:stdio
runtime:npm
Install wttr mcp in VS Code
.vscode/mcp.json
{
"servers": {
"wttr-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wttr-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs