Helping agents see and understand data.
Most developer tooling work still happens through a UI a human drives. Tableau MCP MCP server moves it into the conversation instead. Helping agents see and understand data.
Tableau MCP is a suite of developer primitives, including tools, resources and prompts, that will make it easier for developers to build AI applications that integrate with Tableau.
The server publishes 3 tools. What each one is for:
Owner — John DoeProject — MarketingResponse — The Response tool exposed by this serverBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: SERVER, SITE_NAME, PAT_NAME, PAT_VALUE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Tableau MCP's toolset — Owner, Project, Response — is a fair guide to whether it matches your workflow. It is maintained by tableau; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Tableau MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Owner | John Doe |
| Project | Marketing |
| Response | The Response tool exposed by this server. |
{
"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"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SERVER | Configuration value read at startup. | Optional |
| SITE_NAME | Configuration value read at startup. | Optional |
| PAT_NAME | Configuration value read at startup. | Optional |
| PAT_VALUE | Configuration value read at startup. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.