Skip to content
VS Code

tableaugen mcp for VS Code

io.github.twilize5/tableaugen-mcp

Generate production-ready Tableau workbooks (.twb / .twbx) from natural language and a CSV.

client:VS Code transport:stdio runtime:npm

Install tableaugen mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "tableaugen-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tableaugen-mcp"
      ]
    }
  }
}

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

tableaugen mcp in other clients