Tableau for Cursor
io.github.asklokesh/tableau-mcp-server
MCP server for Tableau API integration
client:Cursor
transport:stdio
runtime:pypi
Install Tableau in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tableau-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"env": {
"TABLEAU_API_KEY": "<TABLEAU_API_KEY>",
"TABLEAU_API_URL": "<TABLEAU_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs