SERVER
D365Fo Client
Rank #2045io.github.mafzaal/d365fo-client
Python client library for Microsoft Dynamics 365 Finance & Operations
First listed
Aug 16, 2025
Last publish date
Nov 23, 2025
OVERVIEW
D365Fo Client is a Model Context Protocol (MCP) server published by mafzaal. It ranks #2045 of 58,832 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. D365Fo Client is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Aug 16, 2025 and most recently updated on Nov 23, 2025.
STANDING
#2,045of 58,832 tracked serversTop 5%
Ranks ahead of 56,787 of 58,832 servers on MCP Toplist.
CONNECT
Use D365Fo Client
Add D365Fo Client to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Python package (PyPI)
{
"mcpServers": {
"d365fo-client": {
"command": "uvx",
"args": [
"d365fo-client"
],
"env": {
"D365FO_CLIENT_ID": "<your D365FO_CLIENT_ID>",
"D365FO_CLIENT_SECRET": "<your D365FO_CLIENT_SECRET>",
"D365FO_TENANT_ID": "<your D365FO_TENANT_ID>",
"D365FO_BASE_URL": "<your D365FO_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mafzaal/d365fo-client:0.3.6"
],
"env": {
"D365FO_CLIENT_ID": "<your D365FO_CLIENT_ID>",
"D365FO_CLIENT_SECRET": "<your D365FO_CLIENT_SECRET>",
"D365FO_TENANT_ID": "<your D365FO_TENANT_ID>",
"D365FO_BASE_URL": "<your D365FO_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 2 registries (1 delisted)
ORGANIZATION
mafzaal
MORE FROM THIS PUBLISHER
Other servers by mafzaal
View all mafzaal servers →VERSIONS
Available versions (2)
| Version | Published |
|---|---|
| 0.3.6 | Nov 23, 2025 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is D365Fo Client?
- Python client library for Microsoft Dynamics 365 Finance & Operations
- Who maintains D365Fo Client?
- D365Fo Client is maintained by mafzaal, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is D365Fo Client an official MCP server?
- Yes — D365Fo Client is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does D365Fo Client have?
- MCP Toplist tracks 2 versions of D365Fo Client, most recently published on Nov 23, 2025.
- Where can I find the source code for D365Fo Client?
- The source code for D365Fo Client is hosted at github.com/mafzaal/d365fo-client.
EXPLORE