A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx d365fo-client
MCP client config
{
"mcpServers": {
"d365fo-mcp-server": {
"command": "uvx",
"args": [
"d365fo-client"
]
}
}
}Run
docker run -i --rm ghcr.io/mafzaal/d365fo-client:0.3.6
MCP client config
{
"mcpServers": {
"d365fo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mafzaal/d365fo-client:0.3.6"
]
}
}
}