MCP server for Tableau API integration
A Model Context Protocol (MCP) server for integrating Tableau with GenAI applications.
Data visualization and analytics platform
pip install tableau-mcp-serverOr install from source:
git clone https://github.com/asklokesh/tableau-mcp-server.git
cd tableau-mcp-server
pip install -e .Create a .env file or set environment variables according to Tableau API requirements.
from tableau_mcp import TableauMCPServer
# Initialize the server
server = TableauMCPServer()
# Start the server
server.start()MIT License - see LICENSE file for details