← Back to browse

tableau-graphql-mcp

Indexed by io.github.tdries

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTABLEAU_SERVER TABLEAU_SITE_CONTENT_URL TABLEAU_PAT_NAME TABLEAU_PAT_SECRET
Claude Code
claude mcp add --env TABLEAU_SERVER= --env TABLEAU_SITE_CONTENT_URL= --env TABLEAU_PAT_NAME= --env TABLEAU_PAT_SECRET= tableau-graphql-mcp -- uvx tableau-graphql-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"tableau-graphql-mcp","command":"uvx","args":["tableau-graphql-mcp"],"env":{"TABLEAU_SERVER":"","TABLEAU_SITE_CONTENT_URL":"","TABLEAU_PAT_NAME":"","TABLEAU_PAT_SECRET":""}}'
JSON
{
  "mcpServers": {
    "tableau-graphql-mcp": {
      "command": "uvx",
      "args": [
        "tableau-graphql-mcp"
      ],
      "env": {
        "TABLEAU_SERVER": "",
        "TABLEAU_SITE_CONTENT_URL": "",
        "TABLEAU_PAT_NAME": "",
        "TABLEAU_PAT_SECRET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.