Skip to content
VS Code

Tabula MCP for VS Code

click.tabula.www/tabula-mcp

Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.

client:VS Code transport:streamable-http

Install Tabula MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "tabula-mcp": {
      "type": "http",
      "url": "https://www.tabula.click/api/mcp/stream"
    }
  }
}

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

Tabula MCP in other clients