MCP Dataverse is a server that provides real-time access to Microsoft Dataverse environments, enabling AI agents to interact with schema, records, and metadata through the Model Context Protocol.
From the registry: 73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.

Please install the `dataverse` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 20+** — Install Node.js 20 or later. (https://nodejs.org)
- **Microsoft Dataverse environment** — Access to a Dataverse environment. Device code auth launches at first tool call; client credentials or managed identity auth require App Registration / Azure setup. (https://codeurali.github.io/mcp-dataverse/authentication)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mcp-dataverse"]
Note: Run `npx mcp-dataverse install` for interactive setup. HTTP transport also supported via MCP_TRANSPORT=http.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP_TRANSPORTrequiredSpecifies the transport method for the server.MCP_HTTP_PORTrequiredDefines the port for the HTTP server.MCP_HTTP_SECRETrequiredSets the secret for HTTP authorization.MCP server for interacting with the Supabase platform