← Back to browse

MCP Dataverse

Indexed by io.github.codeurali

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMCP_CONFIG_PATH DATAVERSE_ENV_URL
Claude Code
claude mcp add --env MCP_CONFIG_PATH= --env DATAVERSE_ENV_URL= dataverse -- npx mcp-dataverse
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dataverse","command":"npx","args":["mcp-dataverse"],"env":{"MCP_CONFIG_PATH":"","DATAVERSE_ENV_URL":""}}'
JSON
{
  "mcpServers": {
    "dataverse": {
      "command": "npx",
      "args": [
        "mcp-dataverse"
      ],
      "env": {
        "MCP_CONFIG_PATH": "",
        "DATAVERSE_ENV_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.