
Mcp Dataverse
@codeurali
About Mcp Dataverse
Give your AI agents real-time access to Dataverse — query records with OData & FetchXML, manage metadata, inspect solutions, run batch operations, audit changes, and more. Zero-config auth via Microsoft device code flow.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-dataverse": {
"command": "npx",
"args": [
"-y",
"mcp-dataverse"
],
"env": {
"DATAVERSE_ENV_URL": "<YOUR_DATAVERSE_ENV_URL>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Dataverse?
Mcp Dataverse is a Model Context Protocol (MCP) server that gives AI assistants like Claude, Cursor, or Copilot direct access to Microsoft Dataverse environments. It is designed for Power Platform and Dynamics 365 developers who want to explore, analyze, debug, and test Dataverse environments using natural language instead of manually navigating the Power Platform interface or writing scripts.
How to use Mcp Dataverse?
Install the MCP server and configure it with your MCP-compatible client. Authentication currently uses Dataverse access tokens for development environments. Full documentation and installation instructions are available at https://codeurali.github.io/mcp-dataverse/.
Key features of Mcp Dataverse
- Query Dataverse tables and records
- Inspect metadata and schema
- Retrieve plugin traces for debugging
- Explore environment configuration
- Generate structured responses for AI agents
Use cases of Mcp Dataverse
- Analyzing complex Dataverse environments
- Debugging production issues
- Generating test data or queries
- Understanding unfamiliar Dataverse schemas
FAQ from Mcp Dataverse
How does Mcp Dataverse differ from manually using the Power Platform interface?
It allows developers to perform Dataverse tasks using natural language AI requests instead of manually navigating the interface or writing repetitive scripts.
What authentication does Mcp Dataverse use?
It currently uses Dataverse access tokens, with future versions planned to support Azure authentication flows.
What are the runtime or dependency requirements?
It requires an MCP-compatible client (such as Claude, Cursor, or Copilot) and access to a Microsoft Dataverse environment.
Where does the data queried by Mcp Dataverse reside?
All data lives in the connected Microsoft Dataverse environment.
Are there any known limitations?
The README does not list other limitations beyond the current token-based authentication approach.
More Developer Tools MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Comments