Access Microsoft Dataverse records, schema, queries, workflows, audit data, and Power Platform operations through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Dataverse.
The codeurali/mcp-dataverse MCP server connects MCP-compatible clients to Microsoft Dataverse. It gives agents access to live environment data instead of requiring them to infer table names, columns, relationships, or query syntax. The repository documents 79 tools, four resources, and 10 guided workflows.
Supported operations cover table and schema metadata, option sets, relationships, entity keys, OData queries, FetchXML, pagination, and full record lifecycle actions. Agents can also associate records, execute bound and unbound Dataverse actions and functions, run atomic batches of up to 1,000 operations, publish customizations, create sitemaps, and use relevance search.
Additional areas include users, teams, roles, role privileges, files and images, annotations, audit logs, plug-in and workflow traces, custom actions, plug-ins, environment variables, connection references, columns, custom tables, relationships, record sharing, record merging, views, business units, impersonation, and duplicate detection.
The codeurali/mcp-dataverse MCP server uses the Model Context Protocol to present Dataverse functionality as individual tools. Responses use a structured shape containing a summary, data, and suggestions. Destructive operations require explicit confirmation, and cached credentials are protected with AES-256-GCM rather than written to logs.
For local development, device-code authentication starts when the first tool is called. The user retrieves the sign-in code from the MCP output, submits it at Microsoft's device-login page, and then continues with an encrypted cached token. Client credentials are intended for CI/CD, Docker, and other unattended workloads. Managed identity is intended for Azure-hosted services such as App Service and Container Apps.
The server can use standard local MCP communication or HTTP transport. HTTP mode exposes an /mcp endpoint and can protect requests with a bearer secret.
Node.js 20 or newer is required. The repository provides an interactive setup command:
The wizard configures the environment, registers the server in VS Code, and starts Microsoft account authentication. Client-specific configuration is required for clients such as Claude, Cursor, and Windsurf. The repository also provides an update command and a diagnostic command for setup or connectivity issues.
HTTP operation is configured with MCP_TRANSPORT=http, MCP_HTTP_PORT, and MCP_HTTP_SECRET, followed by starting the built server. Client credentials and managed identity require the corresponding authentication configuration described by the project documentation.
The documented capability groups include:
Tool selection can be reduced in the MCP client when an agent only needs a subset of these capabilities.
The server is comprehensive, so exposing every tool may make agent tool selection less focused. The README recommends deselecting tools that are not needed. Device-code authentication requires interactive sign-in and access to the MCP output channel; client credentials or managed identity are better suited to unattended deployments. The HTTP example uses a local secret and should be configured according to the deployment's security requirements.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/codeurali-mcp-dataverse)<a href="https://allmcps.com/mcp/codeurali-mcp-dataverse"><img src="https://allmcps.com/api/badge/codeurali-mcp-dataverse?style=directory" alt="MCP Dataverse on AllMCPs" /></a>