Overview
About
This MCP server enables querying Microsoft Dataverse environments using SQL through AI tools such as GitHub Copilot and Claude Desktop. It is built on the Sql4Cds framework and distributed as a .NET global tool or Docker container.
Details
- Author
- rajyraman
- GitHub stars
- 10
- Downloads
- 347
- Categories
- Other
Jump to
- Query Dataverse using standard SQL syntax
- Works with GitHub Copilot and Claude Desktop
- Installable as dotnet tool or Docker container
- Leverages Azure Identity for authentication
- Built on the Sql4Cds framework
Install the server as a global dotnet tool using dotnet tool install -g Mcp.Dataverse.Stdio, or run it via Docker. Configure the environment variable DATAVERSE_ENVIRONMENT_URL (and optionally Azure credentials in a .env file for container use). Add the MCP server configuration to your client (VS Code or Claude Desktop).
Overview
The objective of this repo is to enable querying of Dataverse environment using SQL. You can use popular AI tools such as GitHub Copilot or Claude Desktop to query Dataverse, provided you add this MCP Server in the configuration.
A big thank you to Mark Carrington for creating Sql4Cds, without whom this project would not exist. 🙏
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



