MD

Microsoft Dataverse

Created 5 months ago

Connect to Dataverse with Model Context Protocol (MCP) for seamless integration with AI applications.

development location documentation public MCP

What is Microsoft Dataverse?

Chat over your business data using NL - Discover tables, run queries, retrieve data, insert or update records, and execute custom prompts grounded in business knowledge and context.

Documentation

Connect to Dataverse with Model Context Protocol (MCP)# Overview

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools.

Features

  • List tables
  • Describe table
  • Read data
  • Create record
  • Update record
  • List prompts
  • Execute prompt
  • List knowledge sources
  • Retrieve knowledge

Prerequisites

  • Create a Dataverse connection for the MCP configuration.
  • Install the Dataverse MCP server local proxy.
  • Get the tenant ID of your Dataverse environment.

Configuration Steps

  1. Go to Power App and select your environment.
  2. Create a new agent and add the Model Context Protocol tool.
  3. Configure the Dataverse MCP server in Claude desktop or VS Code.

Important

This is a preview feature and is not meant for production use.

Server Config

{
  "mcpServers": {
    "microsoft-dataverse-server": {
      "command": "npx",
      "args": [
        "microsoft-dataverse"
      ]
    }
  }
}

Links & Status

Repository: go.microsoft.com
Hosted: Yes
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Microsoft
Category: official
License: Preview features are subject to supplemental terms of use.
Tags:
development location documentation