- SQL Server Analysis Services MCP Server by CData
SQL Server Analysis Services MCP Server by CData
What is SQL Server Analysis Services MCP Server?
The SQL Server Analysis Services MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from SQL Server Analysis Services using natural language, without the need for SQL queries.
How to use SQL Server Analysis Services MCP Server?
To use the MCP Server, clone the repository, build the server, install the CData JDBC Driver, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop). Finally, run the server and interact with it through your AI client.
Key features of SQL Server Analysis Services MCP Server?
- Provides a read-only interface for SQL Server Analysis Services data.
- Allows querying of live data using natural language.
- Simplifies data access for AI applications without requiring SQL knowledge.
Use cases of SQL Server Analysis Services MCP Server?
- Enabling AI models to retrieve and analyze business intelligence data.
- Facilitating data-driven decision-making through natural language queries.
- Integrating with AI clients for seamless data interaction.
FAQ from SQL Server Analysis Services MCP Server?
- Can I write data using this MCP Server?
No, this server is read-only. For write capabilities, consider the full CData MCP Server for SQL Server Analysis Services.
- Is there a trial version available?
Yes, you can access a free trial of the CData MCP Server for SQL Server Analysis Services.
- What kind of data sources can I connect to?
The server supports various data sources, including Salesforce, and many others as listed in the documentation.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\ssas.prp"
]
}
}
}