D365FO MCP Server for Grok
io.github.mafzaal/d365fo-client
A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
client:Grok
transport:stdio
runtime:pypi
Install D365FO MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"d365fo-client": {
"type": "stdio",
"command": "uvx",
"args": [
"d365fo-client"
],
"env": {
"D365FO_CLIENT_ID": "<D365FO_CLIENT_ID>",
"D365FO_CLIENT_SECRET": "<D365FO_CLIENT_SECRET>",
"D365FO_TENANT_ID": "<D365FO_TENANT_ID>",
"D365FO_BASE_URL": "<D365FO_BASE_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