Tableau's official MCP Server. Helping Agents see and understand data.
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-mcp": {
"command": "npx",
"args": [
"-y",
"tableau/tableau-mcp"
]
}
}
}
Run in terminal:
claude mcp add tableau-mcp npx -y tableau/tableau-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tableau-mcp": {
"command": "npx",
"args": [
"-y",
"tableau/tableau-mcp"
]
}
}
}