Does Tableau have an MCP server?
Tableau maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.tableau.com
- Repository
- tableau/tableau-mcp
- Maintainer
- Tableau
- License
- Apache-2.0
- Language
- TypeScript
- Stars
- 320
- Last commit
- today
- Category
- Data Platforms
Tableau's official MCP Server. Helping agents see and understand data.
Project site: tableau.github.io
A remote server run by Tableau itself — nothing to install. Documented at github.com.
Tableau's official MCP Server. Helping agents see and understand data.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http tableau https://mcp.tableau.comAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.tableau.com - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"tableau": {
"url": "https://mcp.tableau.com"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"tableau": {
"type": "http",
"url": "https://mcp.tableau.com"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.tableau.com - Complete sign-in, then enable the connector in a new chat
Does Tableau have an official MCP server?
Yes. Tableau maintains an official MCP server, hosted at https://mcp.tableau.com. The source lives at tableau/tableau-mcp on GitHub.
How do I connect Tableau to Claude?
Add https://mcp.tableau.com as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http tableau https://mcp.tableau.com" in Claude Code.
Do I need to install anything to use the Tableau MCP server?
No. It is a remote server hosted by Tableau, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
tableau/tableau-mcp is Tableau's official server (active), with docs at tableau.github.io/tableau-mcp and a Salesforce-managed hosted service at mcp.tableau.com (OAuth 2.1). GitHub metadata is refreshed every six hours.
tableau/tableau-mcp is Tableau's official server (active), with docs at tableau.github.io/tableau-mcp and a Salesforce-managed hosted service at mcp.tableau.com (OAuth 2.1).
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.