tableau-public-authoring-mcp

andyyaro/tableau-public-authoring-mcp
★ 1 stars Python Security Updated today
MCP server that authors Tableau workbooks from a declarative spec, validates them by opening them in Tableau Public, and publishes through the desktop workflow.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tableau-public-autho": {
      "command": "uvx",
      "args": [
        "tableau-public-authoring-mcp"
      ]
    }
  }
}

Or install with pip: pip install tableau-public-authoring-mcp