codeurali/mcp-dataverse
by Various
MCP server for Microsoft Dataverse Web API for devs !
MCP
codeurali/mcp-dataverse
Added 1 June 2026
Overview
An MCP server that wraps the Microsoft Dataverse Web API for developers. It exposes Dataverse entities and actions as MCP tools, enabling LLM-based agents to read and write data. Built in JavaScript, it requires a Microsoft Dataverse environment and authentication.
Best for
Best for
Developers building AI agents that need to interact with Microsoft Dataverse data.
Use cases
- Query Dataverse records via natural language through an MCP client
- Automate data entry and updates in Dataverse from AI assistants
- Integrate Dataverse with AI development workflows using the Model Context Protocol
How to use
Install
npx mcp-dataverse install Tested with
Cursor, Windsurf, VS Code, Claude, Gemini, Codex CLI
Example client config
{\n "servers": {\n "dataverse": {\n "type": "http",\n "url": "http://localhost:3000/mcp",\n "headers": {\n "Authorization": "Bearer mysecret"\n }\n }\n }\n} Notes
An MCP server that wraps the Microsoft Dataverse Web API for developers. It exposes Dataverse entities and actions as MCP tools, enabling LLM-based agents to read and write data. Built in JavaScript, it requires a Microsoft Dataverse environment and authentication.
9 stars on GitHub. Last updated 2026-05-13. Licensed MIT.
Use cases
- Query Dataverse records via natural language through an MCP client
- Automate data entry and updates in Dataverse from AI assistants
- Integrate Dataverse with AI development workflows using the Model Context Protocol
Pros
- Simple to set up with an existing Dataverse connection
- Leverages standard MCP protocol for easy integration with AI tools
- Open source with JavaScript for broad developer accessibility
Cons
- Low community adoption with only 9 stars, limiting support and updates
- Requires manual authentication setup for Dataverse API access
- Narrow focus on Dataverse, not useful outside Microsoft ecosystem
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple to set up with an existing Dataverse connection
- Leverages standard MCP protocol for easy integration with AI tools
- Open source with JavaScript for broad developer accessibility
Cons
- Low community adoption with only 9 stars, limiting support and updates
- Requires manual authentication setup for Dataverse API access
- Narrow focus on Dataverse, not useful outside Microsoft ecosystem
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.