
Tableau
Hook Tableau’s API into your agent so you can ask about workbooks, data sources, and BI assets while building product analytics features.
Overview
Tableau MCP is a Grow-phase MCP server that connects the Tableau API to your agent for analytics and BI asset workflows.
What is this MCP server?
- Tableau API MCP server (tableau-mcp-server 0.1.0) with stdio transport
- TABLEAU_API_KEY required; TABLEAU_API_URL for server or cloud base
- Install via uvx from PyPI for Claude Code, Cursor, and MCP agents
- Supports agent-driven questions against Tableau-managed analytics assets
- BI API MCP bridge—not embedded visualization rendering in the IDE
- Version 0.1.0
- stdio MCP transport
- PyPI identifier tableau-mcp-server
What problem does it solve?
Jumping between Tableau admin or content views and your codebase slows analytics-heavy feature work and metric alignment.
Who is it for?
Indie SaaS builders or consultants using Tableau who want MCP-backed BI context inside Claude or Cursor.
Skip if: Teams with no Tableau footprint or builders who only need in-app charts without enterprise BI APIs.
What do I get? / Deliverables
After MCP setup, your agent can use Tableau API tools with your credentials to inform dashboards, tracking, and data product changes.
- Registered Tableau MCP stdio server in agent config
- Agent sessions with Tableau API tool access
- Env-based credential setup for local or team machines
Recommended MCP Servers
Journey fit
How it compares
MCP server for Tableau’s API, not a chart-design or SQL-only agent skill.
Common Questions / FAQ
Who is Tableau MCP for?
Solo builders and small teams on Tableau who want their coding agent to reach Tableau APIs through stdio MCP.
When should I use Tableau MCP?
Use it in grow and analytics when workbook, site, or data source API context should guide implementation or documentation in your agent.
How do I add Tableau MCP to my agent?
Use uvx to run tableau-mcp-server, set TABLEAU_API_KEY and TABLEAU_API_URL, and register the stdio server in your MCP client configuration.