HomeDatabases & Data › MCP Dataverse

MCP Dataverse

73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.

TypeScript CloudLocal
★ 14 stars Last pushed 2026-07-21 License: MIT

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y mcp-dataverse@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-dataverse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dataverse@0.5.0"
      ],
      "env": {
        "MCP_CONFIG_PATH": "<YOUR_VALUE>",
        "DATAVERSE_ENV_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • MCP_CONFIG_PATH — Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups.
  • DATAVERSE_ENV_URL — Your Dataverse environment URL

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry