Skip to content
Zed

tableaugen mcp for Zed

io.github.twilize5/tableaugen-mcp

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

client:Zed transport:stdio runtime:npm

Install tableaugen mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tableaugen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tableaugen-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tableaugen mcp in other clients