MCP Server
MCP
io.github.tdries/tableau-graphql-mcp
Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.
Install
uvx tableau-graphql-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "tableau-graphql-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "https://tableau.company.com (Server) or https://<pod>.online.tableau.com (Cloud)",
"isRequired": true,
"name": "TABLEAU_SERVER"
},
{
"description": "Site content-url slug; empty = Default site (Server only)",
"name": "TABLEAU_SITE_CONTENT_URL"
},
{
"description": "Personal Access Token name",
"isRequired": true,
"name": "TABLEAU_PAT_NAME"
},
{
"description": "Personal Access Token secret (the whole string)",
"isRequired": true,
"isSecret": true,
"name": "TABLEAU_PAT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment