Skip to content
Windsurf

Tableau for Windsurf

io.github.asklokesh/tableau-mcp-server

MCP server for Tableau API integration

client:Windsurf transport:stdio runtime:pypi

Install Tableau in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "tableau-mcp-server": {
      "command": "uvx",
      "args": [
        "tableau-mcp-server"
      ],
      "env": {
        "TABLEAU_API_KEY": "<TABLEAU_API_KEY>",
        "TABLEAU_API_URL": "<TABLEAU_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Tableau in other clients