Home › Other › D365FO MCP Server

D365FO MCP Server

A community-driven Microsoft Dynamics 365 Finance & Operations MCP server

Python
★ 39 stars Last pushed 2026-09-21 License: MIT

Connect

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

Package (pypi 0.3.6)

uvx d365fo-client

Or add to your MCP client config:

{
  "mcpServers": {
    "d365fo-client": {
      "command": "uvx",
      "args": [
        "d365fo-client"
      ],
      "env": {
        "D365FO_CLIENT_ID": "<YOUR_VALUE>",
        "D365FO_CLIENT_SECRET": "<YOUR_VALUE>",
        "D365FO_TENANT_ID": "<YOUR_VALUE>",
        "D365FO_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • D365FO_CLIENT_ID required — Your D365FO Client ID
  • D365FO_CLIENT_SECRET required secret — Your D365FO Client Secret
  • D365FO_TENANT_ID required — Your D365FO Tenant ID
  • D365FO_BASE_URL — Your D365FO Base URL

Package (oci)

docker run -i --rm ghcr.io/mafzaal/d365fo-client:0.3.6

Or add to your MCP client config:

{
  "mcpServers": {
    "d365fo-client": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mafzaal/d365fo-client:0.3.6"
      ],
      "env": {
        "D365FO_CLIENT_ID": "<YOUR_VALUE>",
        "D365FO_CLIENT_SECRET": "<YOUR_VALUE>",
        "D365FO_TENANT_ID": "<YOUR_VALUE>",
        "D365FO_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • D365FO_CLIENT_ID required — Your D365FO Client ID
  • D365FO_CLIENT_SECRET required secret — Your D365FO Client Secret
  • D365FO_TENANT_ID required — Your D365FO Tenant ID
  • D365FO_BASE_URL — Your D365FO Base URL

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry