Home › Other › D365FO-claude-connector

D365FO-claude-connector

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

TypeScript
★ 10 stars Last pushed 2026-03-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.1)

npx -y @zhound/d365fo-mcp-server@2.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "d365fo-claude-connector": {
      "command": "npx",
      "args": [
        "-y",
        "@zhound/d365fo-mcp-server@2.0.1"
      ],
      "env": {
        "D365_TENANT_ID": "<YOUR_VALUE>",
        "D365_CLIENT_ID": "<YOUR_VALUE>",
        "D365_CLIENT_SECRET": "<YOUR_VALUE>",
        "D365_ENVIRONMENT_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • D365_TENANT_ID required — Azure AD tenant ID
  • D365_CLIENT_ID required — App registration client ID
  • D365_CLIENT_SECRET required secret — App registration client secret
  • D365_ENVIRONMENT_URL required — D365 F&O environment URL, e.g. https://contoso.operations.dynamics.com

Related servers

Data from the Official MCP Registry