Skip to content
VS Code

Weather MCP for VS Code

io.github.kulybaba/weather

An MCP server for weather information by @kulybaba

client:VS Code transport:streamable-http runtime:npm

Install Weather MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "weather": {
      "type": "http",
      "url": "https://kulybaba.weather.com/mcp/v4.0.0/"
    }
  }
}

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

Weather MCP in other clients