MCP Catalogs
Home

Dataverse-skills

by microsoft·101·Score 48

Microsoft Dataverse skills for AI coding agents that wrap Dataverse MCP server, CLI, SDK and PAC CLI.

developer-toolsdatabaseai-llm
26
Forks
8
Open issues
this month
Last commit
2d ago
Indexed

Overview

Dataverse-skills is a comprehensive MCP server from Microsoft that provides specialized skills for building, querying, deploying, and administering Microsoft Dataverse environments through AI coding agents. The plugin wraps multiple tools including the Dataverse MCP server, Dataverse CLI, Python SDK, and PAC CLI behind a unified interface. It offers eight distinct skills covering everything from connection setup and data querying to metadata management, solution lifecycle administration, and security configuration.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Natural language querying of Dataverse data for CRM analysis
you:Automating Dataverse solution deployment across environments
you:Creating and managing data models and metadata through AI agents
you:What Microsoft accounts can use Dataverse skills?
you:How does the plugin handle security?

When to choose this

Choose this if you're working with Microsoft Dataverse, Dynamics 365, or Power Platform and want AI agents to manage and query your data environments without requiring direct CLI or API expertise.

When NOT to choose this

Avoid this if you're not using Microsoft's Dataverse ecosystem, as it requires an existing Dataverse environment and doesn't support alternative data platforms.

Tools this server exposes

8 tools extracted from the README
  • dv-connect

    One-time setup that installs the Dataverse CLI, Python SDK, and PAC CLI; authenticates against your Dataverse environment; and registers the Dataverse MCP server with your agent.

  • dv-query

    Reads, filters, paginates, and aggregates Dataverse records.

  • dv-data

    Single-record CRUD plus bulk import — CSV loads, multi-table imports with foreign-key dependencies, upsert by alternate key, and AI-generated sample data.

  • dv-metadata

    Authors and edits the Dataverse data model: tables, columns, relationships, forms, and views.

  • dv-solution

    Manages solution lifecycle — create, export, import, promote across environments, and validate deployments.

  • dv-admin

    Environment-level administration: bulk delete, retention/archival, organization settings, OrgDB settings, recycle bin, audit, and the allowlisted PPAC toggles.

  • dv-security

    Assigns security roles, manages user access, adds application users, configures business units, and handles admin self-elevation.

  • dv-overview

    Cross-cutting rules and tool routing; loaded before any other skill to direct each request to the right specialist.

Comparable tools

salesforce-mcppower-platform-mcpgeneric-database-mcp

Installation

Installation

For GitHub Copilot:

/plugin install dataverse@awesome-copilot

For Claude Code:

/plugin install dataverse@claude-plugins-official

After installation, connect to Dataverse by asking your agent: "Connect to Dataverse". This will walk through tool checks, authentication, and MCP registration.

FAQ

What Microsoft accounts can use Dataverse skills?
Any Microsoft Dataverse environment works, including through Power Apps, Dynamics 365, Power Platform plans, or the free Power Apps Developer Plan.
How does the plugin handle security?
The plugin follows a least-privilege model, cannot exceed authenticated user permissions, uses MCP authorization and security role enforcement, stores credentials in OS native credential store, and only transmits application-level telemetry (no prompts or data).

Compare Dataverse-skills with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.