SERVER
D365Fo Client
Rank #2,189io.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 #2,189 of 76,851 servers tracked on MCP Toplist, and its repository has 37 GitHub stars. D365Fo Client is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Aug 16, 2025 and most recently updated on Nov 23, 2025.
STANDING
#2,189of 76,851 tracked serversTop 5%
Ranks ahead of 74,662 of 76,851 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 1 registry (2 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
- Who maintains D365Fo Client?
- D365Fo Client is maintained by mafzaal, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is D365Fo Client listed on the Official MCP Registry?
- Yes — D365Fo Client is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- 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