D365FO MCP Server
Quality Score
75
/100
A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
§01 Install
Claude Desktop (uvx)
{
"mcpServers": {
"d365fo-client": {
"command": "uvx",
"args": [
"d365fo-client"
],
"env": {
"D365FO_CLIENT_ID": "<d365fo_client_id>",
"D365FO_CLIENT_SECRET": "<your-d365fo_client_secret>",
"D365FO_TENANT_ID": "<d365fo_tenant_id>",
"D365FO_BASE_URL": "<d365fo_base_url>"
}
}
}
}Claude Desktop (Docker)
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/mafzaal/d365fo-client:0.3.6"
],
"env": {
"D365FO_CLIENT_ID": "<d365fo_client_id>",
"D365FO_CLIENT_SECRET": "<your-d365fo_client_secret>",
"D365FO_TENANT_ID": "<d365fo_tenant_id>",
"D365FO_BASE_URL": "<d365fo_base_url>"
}
}
}
}§02 Environment variables
D365FO_CLIENT_IDrequired
Your D365FO Client ID
D365FO_CLIENT_SECRETrequiredsecret
Your D365FO Client Secret
D365FO_TENANT_IDrequired
Your D365FO Tenant ID
D365FO_BASE_URLYour D365FO Base URL
D365FO_CLIENT_IDrequired
Your D365FO Client ID
D365FO_CLIENT_SECRETrequiredsecret
Your D365FO Client Secret
D365FO_TENANT_IDrequired
Your D365FO Tenant ID
D365FO_BASE_URLYour D365FO Base URL
§03 MCP Quality Score · methodology
freshness
15
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Cloud Storage
ai.aliengiraffe/spotdb
ai.aliengiraffe/spotdb
Ephemeral data sandbox for AI workflows with guardrails and security
ai.smithery/STUzhy-py_execute_mcp
ai.smithery/STUzhy-py_execute_mcp
Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…
ai.smithery/flight505-mcp_dincoder
ai.smithery/flight505-mcp_dincoder
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the…