About
Overview
The Tableau MCP Server enables AI agents to interact with Tableau Server or Tableau Cloud. It provides tools for listing and accessing workbooks, downloading views, querying data sources, and managing publishing workflows.
Capabilities
Tools & Capabilities
⚡list_workbooks
List Tableau workbooks
⚡get_view
Get a view/dashboard image
⚡query_data
Query data from a published data source
⚡list_datasources
List published data sources
Setup
Installation
bash
Install
pip install mcp-server-tableauExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"tableau": {
"command": "python",
"args": ["-m", "mcp_server_tableau"],
"env": { "TABLEAU_URL": "https://your-server.com", "TABLEAU_TOKEN_NAME": "your-token-name", "TABLEAU_TOKEN_VALUE": "your-token" }
}
}
}Quick Info
Authorcommunity
LanguagePython
StatusStable
Stars★ 45
Last UpdatedFeb 12, 2026