Odel
D365FO claude connector

D365FO claude connector

Local
@zhound42010TypeScriptMITUpdated 5mo ago

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@zhound/d365fo-mcp-serverv2.0.1

Run

npx -y @zhound/d365fo-mcp-server

MCP client config

{
  "mcpServers": {
    "d365fo-claude-connector": {
      "command": "npx",
      "args": [
        "-y",
        "@zhound/d365fo-mcp-server"
      ]
    }
  }
}