HomeDatabases & Data › Twilize

Twilize

Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines.

Python Local macOSWindowsLinux Remote

Topics: Data Visualization

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://web-production-dcbcb.up.railway.app/mcp HTTP 404 when checked 2026-09-24

Claude Code:

claude mcp add --transport http twilize https://web-production-dcbcb.up.railway.app/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "twilize": {
      "url": "https://web-production-dcbcb.up.railway.app/mcp"
    }
  }
}

Package (pypi 0.34.0)

uvx twilize

Or add to your MCP client config:

{
  "mcpServers": {
    "twilize": {
      "command": "uvx",
      "args": [
        "twilize"
      ],
      "env": {
        "PYTHONUNBUFFERED": "<YOUR_VALUE>",
        "PYTHONIOENCODING": "<YOUR_VALUE>",
        "MCP_LOG_LEVEL": "<YOUR_VALUE>",
        "OPENAI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PYTHONUNBUFFERED — Force unbuffered stdout so MCP stdio framing is never delayed by Python buffering.
  • PYTHONIOENCODING — Force UTF-8 stdio so non-ASCII content in workbooks survives the round trip.
  • MCP_LOG_LEVEL — Server log level. One of: debug, info, warning, error, critical.
  • OPENAI_API_KEY secret — Optional. Enables AI-assisted chart suggestions and reference-image styling.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry