Back to directory
M

Microsoft.PowerPlatform.Dataverse.MCP

@Microsoft0

Microsoft Dataverse MCP Server enables seamless integration between LLM applications and Dataverse, providing intelligent access to tables, records, and knowledge sources, standardizing AI model interaction with Dataverse data.

DataversePower AppsMicrosoftLLMAICopilotCRMERPcontext

Installation & Configuration

{
  "mcpServers": {
    "<friendly name>": {
      "command": "Microsoft.PowerPlatform.Dataverse.MCP",
      "args": [
        "--ConnectionUrl",
        "<URL for Dataverse connection>",
        "--MCPServerName",
        "DataverseMCPServer",
        "--TenantId",
        "<Tenant Id GUID>",
        "--EnableHttpLogging",
        "true",
        "--EnableMsalLogging",
        "false",
        "--Debug",
        "false",
        "--BackendProtocol",
        "HTTP"
      ]
    }
  }
}

Information

Transport
stdio
Language
csharp
Created
2025/7/31
Updated
2025/7/31