MCP Server
MCP
MCP Dataverse
73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-dataverse",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups.",
"format": "string",
"placeholder": "/path/to/config.json",
"name": "MCP_CONFIG_PATH"
},
{
"description": "Your Dataverse environment URL",
"format": "string",
"placeholder": "https://yourorg.crm.dynamics.com",
"name": "DATAVERSE_ENV_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment