← Index

Twilize

io.github.subhatta123/twilize·v0.34.0·Other
Quality Score
90
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://web-production-dcbcb.up.railway.app/mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "twilize": {
      "command": "uvx",
      "args": [
        "twilize"
      ],
      "env": {
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8",
        "MCP_LOG_LEVEL": "info",
        "OPENAI_API_KEY": "<your-openai_api_key>"
      }
    }
  }
}
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other