Skip to content

Tableau for Zed

io.github.asklokesh/tableau-mcp-server

MCP server for Tableau API integration

client:Zed transport:stdio runtime:pypi

Install Tableau in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Tableau in other clients