
tableau-mcp
by tableau·★ 270·Score 51
Tableau's official MCP Server provides tools, resources and prompts for AI applications to integrate with Tableau data.
Overview
Tableau MCP is a suite of developer primitives designed to make it easier for developers to build AI applications that integrate with Tableau. It includes tools for querying data, exploring content, and generating views directly from Tableau servers. The server exposes MCP protocol endpoints for seamless integration with various MCP clients like Claude Desktop, Cursor, and VS Code.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need AI agents to analyze, query and visualize Tableau data without leaving your AI interface.
When NOT to choose this
Avoid if you need write access to Tableau data or if you're not already using Tableau as your primary BI platform.
Tools this server exposes
3 tools extracted from the READMEquery_dataQuery data from Tableau datasources to retrieve information
explore_contentExplore and find Tableau workbooks, views, and other content
get_viewRetrieve an image of a specific view from a Tableau workbook
Note: Inferred tool names from example prompts and responses, as no explicit tool documentation was provided in the README.
Comparable tools
Installation
Installation
- Install Node.js 22.7.5 or newer
- Configure your MCP client with the following settings:
{
"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"
}
}
}
}Alternative Deployment
[Deploy to Heroku](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)
FAQ
- What Tableau permissions are required for this MCP server?
- The server requires a Personal Access Token (PAT) with appropriate permissions to access the specified Tableau server and site.
- Can this MCP server connect to any Tableau instance?
- Yes, as long as you provide the server URL and valid authentication credentials for your Tableau instance.
Compare tableau-mcp with
Last updated · Auto-generated from public README + GitHub signals.