AgentHubAgentHub

MCP Dataverse

MCP ServerMCP Registry官方收录

io.github.codeurali/dataverse · v0.5.0

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

概览

MCP Dataverse 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "dataverse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dataverse"
      ]
    }
  }
}

环境变量

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

相关资源

统一 Manifest

{
  "id": "io.github.codeurali/dataverse",
  "type": "mcp-server",
  "version": "0.5.0",
  "displayName": "MCP Dataverse",
  "description": "73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.",
  "repository": {
    "url": "https://github.com/codeurali/mcp-dataverse",
    "source": "github"
  },
  "homepage": "https://codeurali.github.io/mcp-dataverse/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mcp-dataverse",
        "version": "0.5.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MCP_CONFIG_PATH",
            "description": "Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups."
          },
          {
            "name": "DATAVERSE_ENV_URL",
            "description": "Your Dataverse environment URL"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.codeurali/dataverse",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.codeurali%2Fdataverse/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCP Dataverse — MCP Server 安装与配置 · AgentHub