pypi tableau-mcp-serverstdioupdated 8mo ago
A Model Context Protocol (MCP) server for integrating Tableau with GenAI applications.
¿Qué puedes hacer con Tableau?
Tableau MCP Server
Tableau Mcp Server
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
pip install tableau-mcp-server
Or install from source:
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
from tableau_mcp import TableauMCPServer
# Initialize the server
server = TableauMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details
Instalación
Añade Tableau a tu cliente. Elige el que uses.
claude mcp add tableau-mcp-server -- uvx tableau-mcp-servercodex mcp add tableau-mcp-server -- uvx tableau-mcp-serveramp mcp add tableau-mcp-server -- uvx tableau-mcp-server{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"tableau-mcp-server","command":"uvx","args":["tableau-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"tableau-mcp-server": {
"command": "uvx",
"args": [
"tableau-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"tableau-mcp-server": {
"type": "local",
"command": "uvx",
"args": [
"tableau-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"tableau-mcp-server": {
"command": {
"path": "uvx",
"args": [
"tableau-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
uvx tableau-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento9/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 244 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.0Última | 31 dic 2025 |