DataverseMCPServer

bonanip512/DataverseMCPServer
★ 7 stars TypeScript 🤖 AI/LLM Updated 9mo ago
A complete Power Platform MCP solution with a Node.js server exposing Dataverse tools via MCP, an HTTP `/invoke` endpoint, and a sleek HTML chatbot UI that accepts natural language queries (e.g. “List fields in Lead”) and routes them to the correct tool. Easily configurable via environment variables.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dataversemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "bonanip512/DataverseMCPServer"
      ]
    }
  }
}