Skip to content
Grok

d365fo connector for Grok

io.github.zhound420/d365fo-connector

Query and manage Microsoft Dynamics 365 Finance & Operations via MCP

client:Grok transport:stdio runtime:npm

Install d365fo connector in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

d365fo connector in other clients