MCP Catalogs
Hometableau-mcp screenshot

tableau-mcp

by tableau·270·Score 51

Tableau's official MCP Server provides tools, resources and prompts for AI applications to integrate with Tableau data.

developer-toolsai-llmdatabase
104
Forks
31
Open issues
this month
Last commit
2d ago
Indexed

Overview

Tableau MCP is a suite of developer primitives designed to make it easier for developers to build AI applications that integrate with Tableau. It includes tools for querying data, exploring content, and generating views directly from Tableau servers. The server exposes MCP protocol endpoints for seamless integration with various MCP clients like Claude Desktop, Cursor, and VS Code.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants analyzing Tableau data to answer business questions
you:Automated reporting systems querying Tableau for real-time metrics
you:Content exploration and navigation of Tableau workbooks and views
you:What Tableau permissions are required for this MCP server?
you:Can this MCP server connect to any Tableau instance?

When to choose this

Choose this when you need AI agents to analyze, query and visualize Tableau data without leaving your AI interface.

When NOT to choose this

Avoid if you need write access to Tableau data or if you're not already using Tableau as your primary BI platform.

Tools this server exposes

3 tools extracted from the README
  • query_data

    Query data from Tableau datasources to retrieve information

  • explore_content

    Explore and find Tableau workbooks, views, and other content

  • get_view

    Retrieve an image of a specific view from a Tableau workbook

Note: Inferred tool names from example prompts and responses, as no explicit tool documentation was provided in the README.

Comparable tools

looker-mcppower-bi-mcpbi-mcpmetabase-mcp

Installation

Installation

  1. Install Node.js 22.7.5 or newer
  2. Configure your MCP client with the following settings:
{
  "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"
      }
    }
  }
}

Alternative Deployment

[Deploy to Heroku](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)

FAQ

What Tableau permissions are required for this MCP server?
The server requires a Personal Access Token (PAT) with appropriate permissions to access the specified Tableau server and site.
Can this MCP server connect to any Tableau instance?
Yes, as long as you provide the server URL and valid authentication credentials for your Tableau instance.

Compare tableau-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.