← Back to Plugins
MCP Server MCP

Twilize

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx twilize

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://web-production-dcbcb.up.railway.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "twilize",
      "version": "0.34.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install twilize with the optional `pipeline` extra (CSV->Hyper) so csv_to_dashboard works out of the box.",
          "isRequired": true,
          "value": "twilize[pipeline]",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Force unbuffered stdout so MCP stdio framing is never delayed by Python buffering.",
          "default": "1",
          "name": "PYTHONUNBUFFERED"
        },
        {
          "description": "Force UTF-8 stdio so non-ASCII content in workbooks survives the round trip.",
          "default": "utf-8",
          "name": "PYTHONIOENCODING"
        },
        {
          "description": "Server log level. One of: debug, info, warning, error, critical.",
          "default": "info",
          "name": "MCP_LOG_LEVEL"
        },
        {
          "description": "Optional. Enables AI-assisted chart suggestions and reference-image styling.",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...