Tableau
MCP server for Tableau API integration
★ 0No licenseother
Install
Config snippet generator goes here (5 client tabs)
README
# Tableau MCP Server <!-- mcp-name: io.github.asklokesh/tableau-mcp-server --> <div align="center"> # Tableau Mcp Server [](https://github.com/LokiMCPUniverse/tableau-mcp-server/stargazers) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/network) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/watchers) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/blob/main/LICENSE) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/issues) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/pulls) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/commits) [](https://python.org) [](https://modelcontextprotocol.io) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/pulse) [](https://github.com/LokiMCPUniverse/tableau-mcp-server) [](https://github.com/LokiMCPUniverse/tableau-mcp-server/graphs/contributors) </div> A Model Context Protocol (MCP) server for integrating Tableau with GenAI applications. ## Overview Data visualization and analytics platform ## Features - Comprehensive Tableau API coverage - Multiple authentication methods - Enterprise-ready with rate limiting - Full error handling and retry logic - Async support for better performance ## Installation ```bash pip install tableau-mcp-server ``` Or install from source: ```bash git clone https://github.com/asklokesh/tableau-mcp-server.git cd tableau-mcp-server pip install -e . ``` ## Configuration Create a `.env` file or set environment variables according to Tableau API requirements. ## Quick Start ```python from tableau_mcp import TableauMCPServer # Initialize the server server = TableauMCPServer() # Start the server server.start() ``` ## License MIT License - see LICENSE file for details