Tableau
MCP server for Tableau API integration
Open source Open in the app JSON README (API)
About
MCP server for Tableau API integration
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- asklokesh
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.1.0
- Forks
- 1
- Last push
- 2025-12-31T01:07:40Z
- Repository state
- ativo
- Language
- Python
- Added
- 2026-08-29 03:02:27
- Updated
- 2026-08-29 03:02:27
- Origin id
io.github.asklokesh/tableau-mcp-server
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