MCP Server
MCP
Tableau
MCP server for Tableau API integration
Install
uvx tableau-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "tableau-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API Key for TABLEAU",
"isRequired": true,
"isSecret": true,
"name": "TABLEAU_API_KEY"
},
{
"description": "API URL for TABLEAU",
"name": "TABLEAU_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment