dv-connect

Install tools, authenticate, and configure MCP for Dataverse connections.

195|50|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/microsoft/Dataverse-skills --skill dv-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dv-connect
Source: https://github.com/microsoft/Dataverse-skills/tree/main/.github/plugins/dataverse/skills/dv-connect
Command: npx skills add https://github.com/microsoft/Dataverse-skills --skill dv-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect to a Dataverse environment in one step by installing required tools, authenticating, configuring MCP, and verifying the connection.

Core Features & Use Cases

  • Idempotent setup: installs tools, authenticates, configures MCP, and validates connection in a repeatable flow.
  • Environment-driven: supports selecting or discovering the target Dataverse environment and verifies access.
  • End-to-end verification: performs final checks to ensure MCP is reachable and ready for data operations.

Quick Start

Run the dv-connect workflow to connect to your Dataverse environment and verify MCP configuration.

Frequently Asked Questions about dv-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect to a Dataverse environment and configure MCP in one step?

You can connect to Dataverse and configure MCP by running an automated workflow that installs required Python and Node.js tools, authenticates via PAC CLI, and registers the MCP server. This process updates your .env file and validates the connection end-to-end.

What is needed to set up Dataverse authentication and MCP server registration?

Setting up Dataverse authentication and MCP registration requires Python and Node.js tooling, plus either PAC CLI or Copilot/Claude integration. The workflow checks for these tools, drives the authentication flow, and updates your MCP configuration automatically.

Can I use Copilot or Claude to drive Dataverse connection and MCP setup?

Yes, you can use Copilot or Claude integration to drive the Dataverse authentication and MCP registration flow. The setup coordinates environment selection, authenticates your access, and updates the required MCP configuration files.

Does Dataverse MCP setup support reconfiguring connections across different machines?

Yes, Dataverse MCP setup applies to initial workspace setup and reconfigurations across different machines and environments. The idempotent flow discovers the target environment, installs missing tools, and verifies MCP reachability repeatedly.

Why does my Dataverse MCP connection fail during environment setup?

Dataverse MCP connection failures during setup often occur when required Python or Node.js tooling is missing, or PAC CLI authentication fails. The workflow performs tool checks and end-to-end verification to ensure the MCP server is reachable and ready for data operations.