mcpbeat Sign in

Tableau Graphql MCP Server

local only

Tableau Graphql MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 13 Jul 2026.

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

Installs per day peak 24 · avg 12 · -29% w/w
a month agotoday
68
Installs / week
pypi · tableau-graphql-mcp
1
Stars
0 open issues
13 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Tableau Graphql MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tableau-graphql-mcp -- uvx tableau-graphql-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tableau-graphql-mcp": {
      "args": [
        "tableau-graphql-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tableau-graphql-mcp]
command = "uvx"
args = ["tableau-graphql-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tableau-graphql-mcp": {
      "args": [
        "tableau-graphql-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tableau-graphql-mcp": {
      "args": [
        "tableau-graphql-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TABLEAU_SERVER (https://tableau.company.com (Server) or https://<pod>.online.tableau.com (Cloud)), TABLEAU_SITE_CONTENT_URL (Site content-url slug; empty = Default site (Server only)), TABLEAU_PAT_NAME (Personal Access Token name), TABLEAU_PAT_SECRET (Personal Access Token secret (the whole string)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tableau Graphql MCP

same job, measured the same way
Cdgcsearchmetadata
by poojabjacharya

Provides metadata information to AI agents through the search API.

answering
Adside
by adside

AI agents that manage paid ads on Meta, LinkedIn, and Google Ads from any MCP client.

answering
Tableau
by asklokesh

MCP server for Tableau API integration

51 installs/wk local only
Wisp MCP
by breezedelegate

Wisp Panel MCP server for secure game server management through the Wisp Client API.

local only
MCP Meta Ad Library Monitor
by mambabuilt

Find a company active Facebook and Instagram ads through the Meta Ad Library API.

46 installs/wk local only
SMSPM MCP Server
by alesav

Send SMS via the SMSPM API from any MCP client.

25 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
MediaWiki MCP Server
by professionalwiki

MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools

1 086 installs/wk local only

Tableau Graphql MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tableau Graphql MCP?
Tableau Graphql MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tableau-graphql-mcp was installed 68 times last week.
How do I connect Tableau Graphql MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tableau-graphql-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Tableau Graphql MCP?
The pypi package tableau-graphql-mcp was installed 68 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tableau Graphql MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.