Skip to content
Cursor

d365fo connector for Cursor

io.github.zhound420/d365fo-connector

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

client:Cursor transport:stdio runtime:npm

Install d365fo connector in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "d365fo-connector": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zhound/d365fo-mcp-server"
      ],
      "env": {
        "D365_TENANT_ID": "<D365_TENANT_ID>",
        "D365_CLIENT_ID": "<D365_CLIENT_ID>",
        "D365_CLIENT_SECRET": "<D365_CLIENT_SECRET>",
        "D365_ENVIRONMENT_URL": "<D365_ENVIRONMENT_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

d365fo connector in other clients