T
Tableau
Query Tableau published workbooks and data sources.
·No reviews yet
Share:
About
Auto-generated
Tableau is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Tableau.
- What is the primary function of the Tableau MCP?
- The Tableau MCP allows you to programmatically access and query published workbooks and data sources within your Tableau environment. It enables automation of data extraction, report generation, and status monitoring.
- How can I install the Tableau MCP using a client like Cursor?
- Installation in a client like Cursor typically involves configuring the MCP directly within the client's settings. You would specify the transport as 'stdio' and provide the necessary API key for authentication. Consult your client's documentation for specific steps.
- Does the Tableau MCP require an API key for authentication?
- Yes, the Tableau MCP uses an API key for authentication. You will need to obtain a valid API key from your Tableau instance to use this MCP effectively.
- What credentials are needed to use the Tableau MCP?
- This MCP specifically requires an API key for authentication. You'll need to generate or acquire this key from your Tableau Server or Tableau Cloud instance to authorize your requests.
- Can I use the Tableau MCP to modify Tableau dashboards?
- The primary function of this MCP is to query Tableau published workbooks and data sources. Its capabilities are focused on data retrieval and analysis, not direct modification of dashboards.
- What are the common limitations when using the Tableau MCP?
- A common limitation is that this MCP relies on the capabilities exposed by the Tableau API it wraps. Complex operations or real-time interactive dashboard features might not be fully supported through this programmatic interface.
Install Tableau
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"tableau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tableau"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"tableau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tableau"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"tableau": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tableau"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.