Tableau MCP
A suite of tools for developers to build AI applications that integrate with Tableau.
Tableau MCP
Overview
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.
Official Documentation
https://tableau.github.io/tableau-mcp/
Quick Start
Requirements
- Node.js 20 or newer
- An MCP client e.g. Claude Desktop, Cursor, VS Code, MCP Inspector, etc.
Standard config works in most MCP clients:
{
"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"
}
}
}
}
Deploy to Heroku
Related Servers
Gemsuite
The ultimate open-source server for advanced Gemini API interaction with MCP, intelligently selects models.
llm-context
Share code context with LLMs via Model Context Protocol or clipboard.
Gemini MCP Server
An MCP server for interacting with Google's Gemini models through the Gemini CLI.
VSCode MCP
Enables AI agents and assistants to interact with VSCode through the Model Context Protocol.
iOS MCP Server
An iOS mobile automation server using Appium and WebDriverAgent, built with clean architecture and SOLID principles.
SSE MCP Server Example
An example MCP Server demonstrating Server-Sent Events (SSE) usage.
gNMIBuddy
Retrieves essential network information from devices using gNMI and OpenConfig models.
Mobile Xray MCP
Take screenshots and analyze mobile apps with AI assistance directly from your IDE.
XcodeBuildMCP
Popular MCP server that enables AI agents to scaffold, build, run and test iOS, macOS, visionOS and watchOS apps or simulators and wired and wireless devices. It has powerful UI-automation capabilities like controlling the simulator, capturing run-time logs, as well as taking screenshots and viewing the accessibility hierarchy.
Revit MCP
Interact with Autodesk Revit using the MCP protocol. This server provides AI tools and requires the corresponding Revit plugin to function.