← Back to browse

D365FO MCP Server

Indexed by io.github.mafzaal

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsD365FO_CLIENT_ID D365FO_CLIENT_SECRET D365FO_TENANT_ID D365FO_BASE_URL
Claude Code
claude mcp add --env D365FO_CLIENT_ID= --env D365FO_CLIENT_SECRET= --env D365FO_TENANT_ID= --env D365FO_BASE_URL= d365fo-client -- uvx d365fo-client
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"d365fo-client","command":"uvx","args":["d365fo-client"],"env":{"D365FO_CLIENT_ID":"","D365FO_CLIENT_SECRET":"","D365FO_TENANT_ID":"","D365FO_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "d365fo-client": {
      "command": "uvx",
      "args": [
        "d365fo-client"
      ],
      "env": {
        "D365FO_CLIENT_ID": "",
        "D365FO_CLIENT_SECRET": "",
        "D365FO_TENANT_ID": "",
        "D365FO_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.