Back to Browse

Tableau GraphQL MCP Server

by Tdries
Data & AnalyticsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.

About

Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.

Security Report

5.2
Moderate5.2Moderate Risk

Tableau GraphQL MCP is a well-engineered, read-only server with strong authentication design, proper secret handling, and minimal dependencies. Core security controls are sound: mutations/subscriptions are rejected, secrets are env-only, and the codebase follows Python best practices. Minor code quality observations around error handling and logging exist but do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

https://tableau.company.com (Server) or https://<pod>.online.tableau.com (Cloud)Optional

Environment variable: TABLEAU_SERVER

Site content-url slug; empty = Default site (Server only)Optional

Environment variable: TABLEAU_SITE_CONTENT_URL

Personal Access Token nameOptional

Environment variable: TABLEAU_PAT_NAME

Personal Access Token secret (the whole string)Required

Environment variable: TABLEAU_PAT_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-tdries-tableau-graphql-mcp": {
      "env": {
        "TABLEAU_SERVER": "your-tableau-server-here",
        "TABLEAU_PAT_NAME": "your-tableau-pat-name-here",
        "TABLEAU_PAT_SECRET": "your-tableau-pat-secret-here",
        "TABLEAU_SITE_CONTENT_URL": "your-tableau-site-content-url-here"
      },
      "args": [
        "tableau-graphql-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Tableau GraphQL MCP Server - Ask any Tableau lineage question, in any MCP client, | MCP Marketplace