Catalog
io.github.subhatta123/twilize
OfficialTwilize
Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines.
Generates Tableau workbooks and dashboards with 47 tools for visualization and data pipelines.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
PYTHONUNBUFFEREDdefault 1Force unbuffered stdout so MCP stdio framing is never delayed by Python buffering.
PYTHONIOENCODINGdefault utf-8Force UTF-8 stdio so non-ASCII content in workbooks survives the round trip.
MCP_LOG_LEVELdefault infoServer log level. One of: debug, info, warning, error, critical.
OPENAI_API_KEYsecretOptional. Enables AI-assisted chart suggestions and reference-image styling.
claude_desktop_config.json
{
"mcpServers": {
"twilize": {
"command": "uvx",
"args": [
"twilize"
],
"env": {
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8",
"MCP_LOG_LEVEL": "info",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
}
}
}
}