Skip to content
Cline

tableaugen mcp for Cline

io.github.twilize5/tableaugen-mcp

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

client:Cline transport:stdio runtime:npm

Install tableaugen mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

tableaugen mcp in other clients