Loading MCP server directory, please wait...
A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
npx @getmcp/cli add io.github.mafzaal/d365fo-clientRequires Python 3.10+. Community-contributed server. Review source before installing.
D365FO_CLIENT_IDYour D365FO Client ID
D365FO_CLIENT_SECRETYour D365FO Client Secret
D365FO_TENANT_IDYour D365FO Tenant ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mafzaal/d365fo-client": {
"command": "uvx",
"args": [
"d365fo-client"
],
"env": {
"D365FO_CLIENT_ID": "",
"D365FO_CLIENT_SECRET": "",
"D365FO_TENANT_ID": "",
"D365FO_BASE_URL": ""
}
}
}
}