D365FO MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 221 installs a week from pypi. Last commit 27 Jul 2026.
A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add d365fo-client -- uvx d365fo-client
{
"mcpServers": {
"d365fo-client": {
"args": [
"d365fo-client"
],
"command": "uvx"
}
}
}
[mcp_servers.d365fo-client]
command = "uvx"
args = ["d365fo-client"]
{
"mcpServers": {
"d365fo-client": {
"args": [
"d365fo-client"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"d365fo-client": {
"args": [
"d365fo-client"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.