← Index

MCP Dataverse

io.github.codeurali/dataverse·v0.5.0·Other
Quality Score
94
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "dataverse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dataverse"
      ],
      "env": {
        "MCP_CONFIG_PATH": "<mcp_config_path>",
        "DATAVERSE_ENV_URL": "<dataverse_env_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "dataverse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dataverse"
      ],
      "env": {
        "MCP_CONFIG_PATH": "<mcp_config_path>",
        "DATAVERSE_ENV_URL": "<dataverse_env_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-dataverse
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other