Skip to content
Windsurf

d365fo connector for Windsurf

io.github.zhound420/d365fo-connector

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

client:Windsurf transport:stdio runtime:npm

Install d365fo connector in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "d365fo-connector": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

d365fo connector in other clients