What is the MCP Dataverse MCP server?
73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.
How to install MCP Dataverse
Copy-paste configuration for popular MCP clients.
MCP_CONFIG_PATHPath to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups.
DATAVERSE_ENV_URLYour Dataverse environment URL
{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<YOUR_MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<YOUR_DATAVERSE_ENV_URL>"
}
}
}
}{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<YOUR_MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<YOUR_DATAVERSE_ENV_URL>"
}
}
}
}{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<YOUR_MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<YOUR_DATAVERSE_ENV_URL>"
}
}
}
}{
"servers": {
"dataverse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"MCP_CONFIG_PATH": "<YOUR_MCP_CONFIG_PATH>",
"DATAVERSE_ENV_URL": "<YOUR_DATAVERSE_ENV_URL>"
}
}
}
}claude mcp add dataverse --env MCP_CONFIG_PATH=<YOUR_MCP_CONFIG_PATH> --env DATAVERSE_ENV_URL=<YOUR_DATAVERSE_ENV_URL> -- npx -y mcp-dataverseRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.