← Back to Plugins
MCP Server MCP

MCP Dataverse

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-dataverse",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups.",
          "format": "string",
          "placeholder": "/path/to/config.json",
          "name": "MCP_CONFIG_PATH"
        },
        {
          "description": "Your Dataverse environment URL",
          "format": "string",
          "placeholder": "https://yourorg.crm.dynamics.com",
          "name": "DATAVERSE_ENV_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...