Tableau CRM Analytics MCP Server by CData
@CDataSoftware
Tableau CRM Analytics MCP Server by CData について
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Tableau CRM Analytics (beta): https://www.cdata.com/download/download.aspx?sku=FSZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\tableau-crm-analytics.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Tableau CRM Analytics MCP Server by CData?
Tableau CRM Analytics MCP Server by CData is a read-only MCP server that allows LLMs (like Claude Desktop) to query live Tableau CRM Analytics data using natural language. It wraps the CData JDBC Driver for Tableau CRM Analytics, which exposes the analytics data as relational SQL models, so no SQL is required from the user.
How to use Tableau CRM Analytics MCP Server by CData?
Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for Tableau CRM Analytics, create a .prp file with connection details, then configure your MCP client (e.g., Claude Desktop) to launch the JAR with that property file. The server uses stdio transport and must run on the same machine as the client.
Key features of Tableau CRM Analytics MCP Server by CData
- Read-only access to live Tableau CRM Analytics data.
- Natural language querying via LLMs (no SQL needed).
- Three tools:
get_tables,get_columns,run_query. - Built on the CData JDBC Driver for Tableau CRM Analytics.
- Supports any MCP client that uses
stdiotransport. - Outputs results in CSV format.
Use cases of Tableau CRM Analytics MCP Server by CData
- Ask Claude Desktop questions about Tableau CRM Analytics data (e.g., “What is the correlation between closed won opportunities and account industry?”).
- Retrieve live analytics reports without writing SQL.
- Integrate Tableau CRM Analytics data into AI-assisted workflows for quick insights.
- Automate data exploration by letting LLMs discover tables and columns.
FAQ from Tableau CRM Analytics MCP Server by CData
Is this server read-only?
Yes. The README explicitly states this project builds a read‑only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta product.
What are the dependencies and runtime requirements?
You need Java (to run the JAR), the CData JDBC Driver for Tableau CRM Analytics (downloaded and licensed), and an MCP client that supports stdio (e.g., Claude Desktop).
Where does the data live?
The data remains in Tableau CRM Analytics; the server does not store any data. It queries the live source via the JDBC driver.
What transport protocol does the server use?
It uses stdio transport. The server can only be used with clients that run on the same machine as the server.
How do I authenticate to Tableau CRM Analytics?
Authentication is handled by the CData JDBC Driver. The connection string utility supports OAuth (you will authenticate in your browser) and other methods supported by the driver.
「データと分析」の他のコンテンツ
Salesforce MCP Server
tsmztechSalesforce MCP Server
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
コメント