mcpbeat Sign in

MCP Dataverse MCP Server

by codeurali Your server? Claim it
local only

MCP Dataverse runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from npm. Last commit 22 Jul 2026.

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

Installs per day peak 475 · avg 41 · -80% w/w
a month agotoday
139
Installs / week
npm · mcp-dataverse
14
Stars
1 open issues
22 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Dataverse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dataverse -- npx -y mcp-dataverse
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dataverse": {
      "args": [
        "-y",
        "mcp-dataverse"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dataverse]
command = "npx"
args = ["-y", "mcp-dataverse"]
.cursor/mcp.json
{
  "mcpServers": {
    "dataverse": {
      "args": [
        "-y",
        "mcp-dataverse"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dataverse": {
      "args": [
        "-y",
        "mcp-dataverse"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Dataverse

same job, measured the same way
SharePoint MCP Server
by ravikant1918

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

147 installs/wk local only
Power Portals Pro
by power-portals-pro

Component API, code samples and Dataverse metadata for building Power Portals Pro portals.

local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Ms Graph MCP
by nitin27may

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

171 installs/wk local only
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

79 installs/wk local only

MCP Dataverse — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Dataverse?
MCP Dataverse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-dataverse was installed 139 times last week.
How do I connect MCP Dataverse?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-dataverse straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Dataverse?
The npm package mcp-dataverse was installed 139 times in the last week. Week over week that is -80%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Dataverse open source?
Yes — it is published under the MIT licence, written in JavaScript, 14 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.