mcpbeat Sign in

Tableaugen MCP Server

local only

Tableaugen MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

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

Installs / week
npm · tableaugen-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tableaugen MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tableaugen-mcp -- npx -y tableaugen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tableaugen-mcp": {
      "args": [
        "-y",
        "tableaugen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tableaugen-mcp]
command = "npx"
args = ["-y", "tableaugen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tableaugen-mcp": {
      "args": [
        "-y",
        "tableaugen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tableaugen-mcp": {
      "args": [
        "-y",
        "tableaugen-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tableaugen MCP

same job, measured the same way
Chartwire
by outturndev

Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt.

answering
Reportcraft
by rharper105

Generate Splunk dashboards, reports, and alerts from natural language. No API key required.

28 installs/wk local only
Chartforge
by crawde

MCP server for ChartForge — generate stunning charts and diagrams from natural language

47 installs/wk local only
Chartforge
by chartforgeai

MCP server for ChartForge — generate stunning charts and diagrams from natural language

local only
Dot - AI Data Analyst
by zurferr

Ask data questions in natural language. Get SQL, insights, and charts from your databases.

answering
PDF Report Generator
by themoddedcube

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

28 installs/wk local only
MCP Pirsch
by verygoodplugins

Pirsch Analytics with natural language queries and trend analysis

44 installs/wk local only
Redash MCP
by seob717

Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.

378 installs/wk local only

Tableaugen MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tableaugen MCP?
Tableaugen MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tableaugen-mcp.
How do I connect Tableaugen MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tableaugen-mcp straight from npm; nothing to host, nothing to sign up for.
Is Tableaugen MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.