d365-agent-mcpserver-dotnet

ntrtd/d365-agent-mcpserver-dotnet
★ 2 stars Unknown language 🤖 AI/LLM Updated 9mo ago
.NET Core D365 MCP Server exposing Dynamics 365 tools. Uses .NET OData client.
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": {
    "d365-agent-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "ntrtd/d365-agent-mcpserver-dotnet"
      ]
    }
  }
}