Skip to content
VS Code

weather mcp server for VS Code

io.github.kushknows/weather-mcp-server

An MCP server that provides weather data

client:VS Code transport:stdio runtime:pypi

Install weather mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "weather-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "weather-mcp-server-test"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

weather mcp server in other clients