← Back to browse

d365fo-connector

Indexed by io.github.zhound420

About

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

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 varsD365_TENANT_ID D365_CLIENT_ID D365_CLIENT_SECRET D365_ENVIRONMENT_URL
Claude Code
claude mcp add --env D365_TENANT_ID= --env D365_CLIENT_ID= --env D365_CLIENT_SECRET= --env D365_ENVIRONMENT_URL= d365fo-connector -- npx @zhound/d365fo-mcp-server
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-connector","command":"npx","args":["@zhound/d365fo-mcp-server"],"env":{"D365_TENANT_ID":"","D365_CLIENT_ID":"","D365_CLIENT_SECRET":"","D365_ENVIRONMENT_URL":""}}'
JSON
{
  "mcpServers": {
    "d365fo-connector": {
      "command": "npx",
      "args": [
        "@zhound/d365fo-mcp-server"
      ],
      "env": {
        "D365_TENANT_ID": "",
        "D365_CLIENT_ID": "",
        "D365_CLIENT_SECRET": "",
        "D365_ENVIRONMENT_URL": ""
      }
    }
  }
}

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