Skip to content
VS Code

Tomorrow Io for VS Code

io.github.pipeworx-io/tomorrow-io

Tomorrow.io MCP — wraps the Tomorrow.io Weather API (api.tomorrow.io/v4)

client:VS Code transport:streamable-http

Install Tomorrow Io in VS Code

.vscode/mcp.json

{
  "servers": {
    "tomorrow-io": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/tomorrow-io/mcp"
    }
  }
}

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

Tomorrow Io in other clients