We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/Tableau-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•804 B
# Tableau Server Configuration
TABLEAU_SERVER_URL=https://your-tableau-server.com
TABLEAU_SITE_ID=your-site-name
# Authentication Method 1: Personal Access Token (Recommended)
# Create a personal access token in Tableau Server/Cloud
TABLEAU_TOKEN_NAME=your-token-name
TABLEAU_TOKEN_VALUE=your-token-value
# Authentication Method 2: Username/Password (Alternative)
# Comment out the token variables above and uncomment these if using username/password
# TABLEAU_USERNAME=your-username
# TABLEAU_PASSWORD=your-password
# Optional: Tableau API Version (usually auto-detected)
# TABLEAU_API_VERSION=3.19
# Instructions:
# 1. Copy this file to .env
# 2. Fill in your actual Tableau Server details
# 3. Choose either token OR username/password authentication
# 4. Save the file (it will be ignored by git)