D365Fo Client
Rank #3,495io.github.mafzaal/d365fo-client
MCP server providing d365fo-client capabilities
D365Fo Client is a Model Context Protocol (MCP) server published by mafzaal. It ranks #3,495 of 115,460 servers tracked on MCP Toplist, and its repository has 38 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.
Ranks ahead of 111,965 of 115,460 servers on MCP Toplist.
Use D365Fo Client
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add d365fo-client -e "D365FO_CLIENT_ID=<your D365FO_CLIENT_ID>" -e "D365FO_CLIENT_SECRET=<your D365FO_CLIENT_SECRET>" -e "D365FO_TENANT_ID=<your D365FO_TENANT_ID>" -e "D365FO_BASE_URL=<your D365FO_BASE_URL>" -- uvx d365fo-clientReplace each placeholder with your own value before saving.
claude mcp add d365fo-client -e "D365FO_CLIENT_ID=<your D365FO_CLIENT_ID>" -e "D365FO_CLIENT_SECRET=<your D365FO_CLIENT_SECRET>" -e "D365FO_TENANT_ID=<your D365FO_TENANT_ID>" -e "D365FO_BASE_URL=<your D365FO_BASE_URL>" -- docker run -i --rm -v d365fo-mcp:/home/mcp_user/ ghcr.io/mafzaal/d365fo-client:0.3.6Replace each placeholder with your own value before saving.
[mcp_servers.d365fo-client]
command = "uvx"
args = ["d365fo-client"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.d365fo-client]
command = "docker"
args = ["run", "-i", "--rm", "-v", "d365fo-mcp:/home/mcp_user/", "ghcr.io/mafzaal/d365fo-client:0.3.6"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"d365fo-mcp:/home/mcp_user/",
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"d365fo-mcp:/home/mcp_user/",
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"d365fo-client": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"d365fo-client": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"d365fo-mcp:/home/mcp_user/",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"d365fo-mcp:/home/mcp_user/",
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
{
"mcpServers": {
"d365fo-client": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"d365fo-mcp:/home/mcp_user/",
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mafzaal%2Fd365fo-client)<a href="https://mcptoplist.com/server/io.github.mafzaal%2Fd365fo-client"><img src="https://mcptoplist.com/badge/io.github.mafzaal%2Fd365fo-client.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mafzaal
Other servers by mafzaal
View all mafzaal servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.6 | Nov 23, 2025 |
| 0.1.0 | Nov 25, 2024 |
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.