Skip to content
Grok

MCP Dataverse for Grok

io.github.codeurali/dataverse

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

client:Grok transport:stdio runtime:npm

Install MCP Dataverse in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dataverse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-dataverse"
      ],
      "env": {
        "MCP_CONFIG_PATH": "<MCP_CONFIG_PATH>",
        "DATAVERSE_ENV_URL": "<DATAVERSE_ENV_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Dataverse in other clients