Home › Databases & Data › Twilize
Twilize
Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines.
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_KEYsecret — Optional. Enables AI-assisted chart suggestions and reference-image styling.
This server takes extra arguments — see its repository.
Related servers
Semiotic
Verified React chart generation: select, validate, repair, render, and inspect charts through MCP.
microcharts
Find, wire, and render microcharts — word-sized React charts with generated alt text.
mcp-dashboards
45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation
3D Visualizer
Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.
csvglow
Generate beautiful self-contained HTML dashboards from CSV/Excel files with interactive ECharts visualizations, dark gradient theme, and…
charted
Zero-dependency chart server that renders bar, line, pie, scatter, and more from JSON or CSV to SVG, HTML, PNG, or data URL. Built-in…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry