Dataverse
Freeby MCP Community
CLI tool for Dataverse, including stdio MCP server. Preview.
v1.0.15Added Apr 12, 2026
copilotm365mcpmcp-serverai
Dataverse MCP Server
CLI tool for Dataverse, including stdio MCP server. Preview.
Installation
npx -y @microsoft/dataverse
Reviews
Installation
Quick install
npx -y @microsoft/dataverse
Add to claude_desktop_config.json
{
"mcpServers": {
"dataverse": {
"command": "npx",
"args": ["-y", "@microsoft/dataverse"]
}
}
}