
tableau-mcp
by tableau·★ 270·综合分 51
Tableau官方MCP服务器提供工具、资源和提示,让AI应用能够与Tableau数据集成。
概述
Tableau MCP是一套开发者原语套件,旨在让开发者更容易构建与Tableau集成的AI应用。它包括用于查询数据、探索内容和从Tableau服务器直接生成视图的工具。服务器暴露MCP协议端点,可与Claude Desktop、Cursor和VS Code等MCP客户端无缝集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要 AI 代理分析和查询 Tableau 数据而不离开 AI 界面时,选择此方案。
什么时候不要选它
如果您需要写入 Tableau 数据或未将 Tableau 用作主要 BI 平台,请避免使用。
此 server 暴露的工具
从 README 抽取出 3 个工具query_dataQuery data from Tableau datasources to retrieve information
explore_contentExplore and find Tableau workbooks, views, and other content
get_viewRetrieve an image of a specific view from a Tableau workbook
说明:Inferred tool names from example prompts and responses, as no explicit tool documentation was provided in the README.
可对比工具
安装
安装
- 安装Node.js 22.7.5或更高版本
- 使用以下配置设置您的MCP客户端:
{
"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"
}
}
}
}替代部署方式
[部署到Heroku](https://www.heroku.com/deploy?template=https://github.com/tableau/tableau-mcp)
FAQ
- 此MCP服务器需要哪些Tableau权限?
- 服务器需要具有适当权限的个人访问令牌(PAT),才能访问指定的Tableau服务器和站点。
- 此MCP服务器可以连接到任何Tableau实例吗?
- 可以,只要您提供Tableau实例的服务器URL和有效的身份验证凭据即可。
tableau-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。