mcp-server-chart vs tableau-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | tableau-mcp by tableau | |
|---|---|---|
| Stars | ★ 4,068 | ★ 270 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsDatabase |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
tableau-mcp · Summary
Tableau's official MCP Server provides tools, resources and prompts for AI applications to integrate with Tableau data.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
tableau-mcp · Use cases
- AI assistants analyzing Tableau data to answer business questions
- Automated reporting systems querying Tableau for real-time metrics
- Content exploration and navigation of Tableau workbooks and views
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}tableau-mcp · Install
Installation
- Install Node.js 22.7.5 or newer
- Configure your MCP client with the following settings:
{
"mcpServers": {
"tableau": {
"command": "npx",
"args": ["-y", "@tableau/mcp-server@latest"],
"env": {
"SERVER": "https://my-tableau-server.com",
"SITE_NAME": "my_site",
"PAT_NAME": "my_pat",
"PAT_VALUE": "pat_value"
}
}
}
}Alternative Deployment
[Deploy to Heroku](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)