Server data from the Official MCP Registry
Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.
Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API.
This is a well-architected read-only MCP server for querying Tableau's Metadata API. The codebase demonstrates strong security practices: read-only enforcement via regex validation, proper secret handling through environment variables only, no hardcoded credentials, and appropriate input validation. Permissions align well with the server's lineage-query purpose (network HTTP for Tableau API, env vars for credentials). Minor quality issues around broad exception handling and logging verbosity do not significantly impact the overall security posture. 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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TABLEAU_SERVER
Environment variable: TABLEAU_SITE_CONTENT_URL
Environment variable: TABLEAU_PAT_NAME
Environment variable: TABLEAU_PAT_SECRET
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"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption