AgentHubAgentHub

Twilize

MCP ServerMCP Registry官方收录

io.github.subhatta123/twilize · v0.34.0

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

概览

Twilize 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "twilize": {
      "command": "uvx",
      "args": [
        "twilize"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.subhatta123/twilize",
  "type": "mcp-server",
  "version": "0.34.0",
  "displayName": "Twilize",
  "description": "Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines.",
  "repository": {
    "url": "https://github.com/subhatta123/twilize",
    "source": "github"
  },
  "homepage": "https://github.com/subhatta123/twilize",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "twilize",
        "version": "0.34.0",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PYTHONUNBUFFERED",
            "description": "Force unbuffered stdout so MCP stdio framing is never delayed by Python buffering."
          },
          {
            "name": "PYTHONIOENCODING",
            "description": "Force UTF-8 stdio so non-ASCII content in workbooks survives the round trip."
          },
          {
            "name": "MCP_LOG_LEVEL",
            "description": "Server log level. One of: debug, info, warning, error, critical."
          },
          {
            "name": "OPENAI_API_KEY",
            "description": "Optional. Enables AI-assisted chart suggestions and reference-image styling.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://web-production-dcbcb.up.railway.app/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.subhatta123/twilize",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.subhatta123%2Ftwilize/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Twilize — MCP Server 安装与配置 · AgentHub