Tableau MCP Server
JSON →Interact with Tableau Server using natural language to query data and perform administrative tasks.
Install
pip install -r Tools · 15
- list_workbooks List all available Tableau workbooks
- list_views List views in a specific workbook
- get_view_data Extract CSV data from any view
- get_view_image Get dashboard/view as PNG image
- search_content Search across all Tableau content
- list_datasources List all available data sources
- download_datasource Download complete raw datasets
- list_workbook_permissions See who has access to workbooks
- list_all_users View all users with roles and details
- list_all_groups View all groups with member counts
- get_user_permissions Get detailed user permissions
- list_projects_permissions Audit project permissions
- get_site_info Get site statistics and quotas
- audit_workbook_usage Comprehensive workbook audits
- list_user_groups See user group memberships
Environment variables
TABLEAU_SERVER_URLTABLEAU_SITE_ID
Links
★ 2 GitHub stars