Home › Other › D365FO MCP Server
D365FO MCP Server
A community-driven Microsoft Dynamics 365 Finance & Operations MCP server
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.3.6)
uvx d365fo-client
Or add to your MCP client config:
{
"mcpServers": {
"d365fo-client": {
"command": "uvx",
"args": [
"d365fo-client"
],
"env": {
"D365FO_CLIENT_ID": "<YOUR_VALUE>",
"D365FO_CLIENT_SECRET": "<YOUR_VALUE>",
"D365FO_TENANT_ID": "<YOUR_VALUE>",
"D365FO_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
D365FO_CLIENT_IDrequired — Your D365FO Client IDD365FO_CLIENT_SECRETrequired secret — Your D365FO Client SecretD365FO_TENANT_IDrequired — Your D365FO Tenant IDD365FO_BASE_URL— Your D365FO Base URL
Package (oci)
docker run -i --rm ghcr.io/mafzaal/d365fo-client:0.3.6
Or add to your MCP client config:
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mafzaal/d365fo-client:0.3.6"
],
"env": {
"D365FO_CLIENT_ID": "<YOUR_VALUE>",
"D365FO_CLIENT_SECRET": "<YOUR_VALUE>",
"D365FO_TENANT_ID": "<YOUR_VALUE>",
"D365FO_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
D365FO_CLIENT_IDrequired — Your D365FO Client IDD365FO_CLIENT_SECRETrequired secret — Your D365FO Client SecretD365FO_TENANT_IDrequired — Your D365FO Tenant IDD365FO_BASE_URL— Your D365FO Base URL
This server takes extra arguments — see its repository.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry