Skip to content
VS Code

weather mcp for VS Code

io.github.kulybaba/weather-mcp

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-mcp": {
      "type": "http",
      "url": "https://kulybaba.weather.com/mcp/v3.0.0/"
    }
  }
}

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

weather mcp in other clients