Skip to content
Cline

D365FO MCP Server for Cline

io.github.mafzaal/d365fo-client

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

client:Cline transport:stdio runtime:pypi

Install D365FO MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "d365fo-client": {
      "command": "uvx",
      "args": [
        "d365fo-client"
      ],
      "env": {
        "D365FO_CLIENT_ID": "<D365FO_CLIENT_ID>",
        "D365FO_CLIENT_SECRET": "<D365FO_CLIENT_SECRET>",
        "D365FO_TENANT_ID": "<D365FO_TENANT_ID>",
        "D365FO_BASE_URL": "<D365FO_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

D365FO MCP Server in other clients