Microsoft Dataverse MCP Server by CData
@CDataSoftware
关于 Microsoft Dataverse MCP Server by CData
This read-only MCP Server allows you to connect to Microsoft Dataverse data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\microsoft-dataverse.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Microsoft Dataverse MCP Server by CData?
This read-only MCP server enables LLMs like Claude Desktop to query live Microsoft Dataverse data using natural language. It wraps the CData JDBC Driver for Microsoft Dataverse, exposing Dataverse tables as relational SQL models through a simple MCP interface.
How to use Microsoft Dataverse MCP Server by CData?
Clone the repository, build with Maven to produce the JAR, install and license the CData JDBC Driver for Microsoft Dataverse, generate a JDBC connection string using the provided utility, then create a .prp file with connection properties. Configure the client (e.g., Claude Desktop) by adding the server entry to claude_desktop_config.json, pointing to the Java executable and the JAR with the .prp file.
Key features of Microsoft Dataverse MCP Server by CData
- Query live Microsoft Dataverse data with natural language.
- Exposes get_tables, get_columns, and run_query tools.
- Based on the CData JDBC Driver for Microsoft Dataverse.
- Local, read-only MCP server using stdio transport.
- Supports all tables; optionally restrict to specific tables via config.
Use cases of Microsoft Dataverse MCP Server by CData
- Ask an LLM to summarize recent opportunities or accounts from Dataverse.
- Retrieve live calendar events or support tickets without writing SQL.
- Explore Dataverse table schema through natural language questions.
FAQ from Microsoft Dataverse MCP Server by CData
Is this server read-only?
Yes, this build provides a read-only MCP server. For full read, write, update, delete, and action capabilities, refer to CData’s managed MCP platform or the CData MCP Server for Microsoft Dataverse.
What dependencies are required?
You need the Java Runtime Environment, the CData JDBC Driver for Microsoft Dataverse (with a valid license or trial key), and Maven to build the JAR.
How does data access work?
The server uses the CData JDBC Driver to connect to Microsoft Dataverse via OAuth. The connection string is configured in a .prp file. The server runs locally and uses stdio transport, so it only works with clients on the same machine.
What transport protocol does the server use?
The server uses stdio transport. It cannot be accessed remotely.
How do I authenticate to Microsoft Dataverse?
Authentication is handled by the CData JDBC Driver. When generating the connection string, OAuth will prompt you to authenticate in your browser. The connection string (e.g., jdbc:cds:InitiateOAuth=GETANDREFRESH;) is stored in the .prp file.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论