Loading languages...
MI

Microsoft.PowerPlatform.Dataverse.MCP

@Microsoft

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Microsoft Dataverse can act as an MCP server, providing intelligent access to tables and records to various MCP clients like Copilot Studio agents, VS Code GitHub Copilot, Claude desktop, and many others. This integration standardizes and streamlines the interaction between AI models and Dataverse data, making it more efficient and effective for developers to apply Dataverse's rich data capabilities within their AI-driven applications.

Dataverse
Power Apps
Microsoft
LLM
AI
Copilot
CRM
ERP

# mcpServer Config

{
  "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"
      ]
    }
  }
}

# stdio

Microsoft.PowerPlatform.Dataverse.MCP --ConnectionUrl <URL for Dataverse connection> --MCPServerName DataverseMCPServer --TenantId <Tenant Id GUID> --EnableHttpLogging true --EnableMsalLogging false --Debug false --BackendProtocol HTTP
Transport:
stdio
언어:
csharp
업데이트됨:7/31/2025