mcp weather server for VS Code
io.github.mtjandra/mcp-weather-server
An MCP server for weather information.
client:VS Code
transport:stdio
runtime:npm
Install mcp weather server in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-weather-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mtjandra/mcp-weather-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs