Odel
D365FO MCP Server

D365FO MCP Server

Local
@mafzaal39PythonMITUpdated 1w ago

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

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).

PyPId365fo-clientv0.3.6

Run

uvx d365fo-client

MCP client config

{
  "mcpServers": {
    "d365fo-mcp-server": {
      "command": "uvx",
      "args": [
        "d365fo-client"
      ]
    }
  }
}
Dockerghcr.io/mafzaal/d365fo-client:0.3.6

Run

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

MCP client config

{
  "mcpServers": {
    "d365fo-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mafzaal/d365fo-client:0.3.6"
      ]
    }
  }
}