MCP server that authors Tableau workbooks from a declarative spec, validates them by opening them in Tableau Public, and publishes through the desktop workflow.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"tableau-public-autho": {
"command": "uvx",
"args": [
"tableau-public-authoring-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add tableau-public-autho uvx tableau-public-authoring-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"tableau-public-autho": {
"command": "uvx",
"args": [
"tableau-public-authoring-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install tableau-public-authoring-mcp