Skip to content
Cursor

tableau graphql mcp for Cursor

io.github.tdries/tableau-graphql-mcp

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

client:Cursor transport:stdio runtime:pypi

Install tableau graphql mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tableau-graphql-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tableau-graphql-mcp"
      ],
      "env": {
        "TABLEAU_SERVER": "<TABLEAU_SERVER>",
        "TABLEAU_SITE_CONTENT_URL": "<TABLEAU_SITE_CONTENT_URL>",
        "TABLEAU_PAT_NAME": "<TABLEAU_PAT_NAME>",
        "TABLEAU_PAT_SECRET": "<TABLEAU_PAT_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tableau graphql mcp in other clients