
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
tableaugen-mcp
Advanced tools
Generate production-ready Tableau workbooks (.twb / .twbx) from natural language and a CSV. Official MCP server for TabGen (tableaugen.com).
Generate production-ready Tableau workbooks from natural language and a CSV.
Official MCP (Model Context Protocol) server for TabGen — the AI-powered Tableau workbook generator. Turn a CSV plus a one-line prompt into a real .twb / .twbx file that opens directly in Tableau Desktop or publishes to Tableau Cloud.
TabGen writes to Tableau. Point it at a dataset, describe the dashboard you want, and get back an actual editable workbook — not a screenshot, not a suggestion, not a code snippet. The generated file has real data connections, calculated fields, worksheets, dashboard containers, and filter actions wired together.
Use it directly from Claude Desktop, Cursor, VS Code, or any MCP-compatible client.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tableaugen": {
"command": "npx",
"args": ["-y", "tableaugen-mcp"]
}
}
}
Add to your MCP settings:
{
"tableaugen": {
"command": "npx",
"args": ["-y", "tableaugen-mcp"]
}
}
npm install -g tableaugen-mcp
Then run:
tableaugen-mcp
None required. TabGen's core generation is free to use.
| Tool | Description |
|---|---|
generate_workbook | Generate a Tableau .twb / .twbx from a CSV path and a natural-language prompt |
profile_dataset | Inspect a CSV and return schema, data types, cardinality, and null counts |
publish_to_cloud | Publish a generated workbook to Tableau Cloud or Tableau Server |
list_templates | Return available dashboard templates (sales, OEE, finance, marketing, etc.) |
preview_workbook | Return a thumbnail image of a generated workbook for inline preview |
.twb — Tableau workbook (XML, no data embedded).twbx — Tableau packaged workbook (workbook + extract).hyper — Tableau extract onlyOnce installed, ask your AI client:
Generate a quarterly sales dashboard from
/data/orders.csvwith a region filter and a product drill-down. Save it to~/Desktop/sales.twbx.
TabGen will profile the data, plan the layout, and write a valid Tableau workbook to the path you specified.
MIT
FAQs
Generate production-ready Tableau workbooks (.twb / .twbx) from natural language and a CSV. Official MCP server for TabGen (tableaugen.com).
We found that tableaugen-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.