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