SQL Server Analysis Services MCP Server by CData
@CDataSoftware
About SQL Server Analysis Services 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 SQL Server Analysis Services (beta)](https://www.cdata.com/download/download.aspx?sku=FYZK-V&type=beta).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\ssas.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SQL Server Analysis Services MCP Server by CData?
SQL Server Analysis Services MCP Server by CData is a read-only Model Context Protocol server that lets AI assistants like Claude Desktop query live data from SQL Server Analysis Services using natural language. It wraps the CData JDBC Driver for SQL Server Analysis Services and exposes the data as relational SQL models.
How to use SQL Server Analysis Services MCP Server by CData?
Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for SQL Server Analysis Services, create a .prp file with your connection details, and configure the server in Claude Desktop’s claude_desktop_config.json. Run the server with java -jar CDataMCP-jar-with-dependencies.jar /path/to/ssas.prp. The server communicates via stdio and must run on the same machine as the client.
Key features of SQL Server Analysis Services MCP Server by CData
- Read-only access to SQL Server Analysis Services data
- Natural language querying via AI assistants
- Built on the CData JDBC Driver for SSAS
- Exposes SSAS cubes as relational tables
- Tools:
get_tables,get_columns,run_query - Uses
stdiotransport for local execution
Use cases of SQL Server Analysis Services MCP Server by CData
- Ask "What is the correlation between closed won opportunities and account industry?"
- Query “How many open tickets do I have in the SUPPORT project?”
- Retrieve calendar events or sales data without writing SQL
- Enable LLMs to explore SSAS cubes through natural language
FAQ from SQL Server Analysis Services MCP Server by CData
Is this server read-only or does it support write operations?
This server is read-only. For full read, write, update, and delete capabilities, use the free CData MCP Server for SQL Server Analysis Services (beta) linked in the README.
What are the runtime requirements?
You need Java (to run the JAR), the CData JDBC Driver for SQL Server Analysis Services (trial or licensed), and Maven to build the project.
Where does the data live and how is it accessed?
Data stays in the original SQL Server Analysis Services instance. The server connects live via the JDBC driver using the connection string you configure in the .prp file.
What transport does this server use?
It uses stdio transport, meaning it can only be used with clients running on the same machine as the server.
How do I license the CData JDBC Driver?
Navigate to the driver’s lib folder and run java -jar cdata.jdbc.ssas.jar --license. Enter your name, email, and “TRIAL” or a purchased license key.
Frequently asked questions
Is this server read-only or does it support write operations?
This server is read-only. For full read, write, update, and delete capabilities, use the free CData MCP Server for SQL Server Analysis Services (beta) linked in the README.
What are the runtime requirements?
You need Java (to run the JAR), the CData JDBC Driver for SQL Server Analysis Services (trial or licensed), and Maven to build the project.
Where does the data live and how is it accessed?
Data stays in the original SQL Server Analysis Services instance. The server connects live via the JDBC driver using the connection string you configure in the `.prp` file.
What transport does this server use?
It uses `stdio` transport, meaning it can only be used with clients running on the same machine as the server.
How do I license the CData JDBC Driver?
Navigate to the driver’s `lib` folder and run `java -jar cdata.jdbc.ssas.jar --license`. Enter your name, email, and “TRIAL” or a purchased license key.
Basic information
More Databases MCP servers
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.

nuzur
nuzur is a model-first database platform for MySQL and PostgreSQL. The MCP server lets any AI assistant or agent (Claude, Cursor, Gemini, or anything else that speaks MCP) design your schema, query your data, generate mi
Comments