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
{
"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