Tableau MCP
Supports UIby tableau
Official Tableau MCP server allowing AI agents to query, explore, and understand data within Tableau environments.
What it does
Tableau MCP is a suite of developer primitives that enables AI agents to integrate directly with Tableau. It allows agents to query data, explore workbooks, and retrieve views, turning complex data visualizations into actionable insights for the LLM.
Tools
- Querying Tools: Allows agents to ask natural language questions about datasets (e.g., top sales by state).
- Content Exploration: Enables agents to find workbooks and views based on metadata and usage.
- View Retrieval: Fetches specific views or images from Tableau projects.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"tableau": {
"command": "npx",
"args": ["-y", "@tableau/mcp-server@latest"],
"env": {
"SERVER": "https://my-tableau-server.com",
"SITE_NAME": "my_site",
"PAT_NAME": "my_pat",
"PAT_VALUE": "pat_value"
}
}
}
}
Supported hosts
Claude Desktop, Cursor, VS Code
Quick install
npx -y @tableau/mcp-server@latestInformation
- Pricing
- free
- Published
- 4/12/2026
- stars






