D365Fo Connector
Rank #20,105io.github.zhound420/d365fo-connector
MCP server providing d365fo-connector capabilities
D365Fo Connector is a Model Context Protocol (MCP) server published by zhound420. It ranks #20,105 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. D365Fo Connector is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 21, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 111,941 of 132,046 servers on MCP Toplist.
Use D365Fo Connector
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add d365fo-connector -e "D365_TENANT_ID=<your D365_TENANT_ID>" -e "D365_CLIENT_ID=<your D365_CLIENT_ID>" -e "D365_CLIENT_SECRET=<your D365_CLIENT_SECRET>" -e "D365_ENVIRONMENT_URL=<your D365_ENVIRONMENT_URL>" -- npx -y @zhound/d365fo-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.d365fo-connector]
command = "npx"
args = ["-y", "@zhound/d365fo-mcp-server"]
[mcp_servers.d365fo-connector.env]
D365_TENANT_ID = "<your D365_TENANT_ID>"
D365_CLIENT_ID = "<your D365_CLIENT_ID>"
D365_CLIENT_SECRET = "<your D365_CLIENT_SECRET>"
D365_ENVIRONMENT_URL = "<your D365_ENVIRONMENT_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-connector": {
"command": "npx",
"args": [
"-y",
"@zhound/d365fo-mcp-server"
],
"env": {
"D365_TENANT_ID": "<your D365_TENANT_ID>",
"D365_CLIENT_ID": "<your D365_CLIENT_ID>",
"D365_CLIENT_SECRET": "<your D365_CLIENT_SECRET>",
"D365_ENVIRONMENT_URL": "<your D365_ENVIRONMENT_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-connector": {
"command": "npx",
"args": [
"-y",
"@zhound/d365fo-mcp-server"
],
"env": {
"D365_TENANT_ID": "<your D365_TENANT_ID>",
"D365_CLIENT_ID": "<your D365_CLIENT_ID>",
"D365_CLIENT_SECRET": "<your D365_CLIENT_SECRET>",
"D365_ENVIRONMENT_URL": "<your D365_ENVIRONMENT_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"d365fo-connector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zhound/d365fo-mcp-server"
],
"env": {
"D365_TENANT_ID": "<your D365_TENANT_ID>",
"D365_CLIENT_ID": "<your D365_CLIENT_ID>",
"D365_CLIENT_SECRET": "<your D365_CLIENT_SECRET>",
"D365_ENVIRONMENT_URL": "<your D365_ENVIRONMENT_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-connector": {
"command": "npx",
"args": [
"-y",
"@zhound/d365fo-mcp-server"
],
"env": {
"D365_TENANT_ID": "<your D365_TENANT_ID>",
"D365_CLIENT_ID": "<your D365_CLIENT_ID>",
"D365_CLIENT_SECRET": "<your D365_CLIENT_SECRET>",
"D365_ENVIRONMENT_URL": "<your D365_ENVIRONMENT_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"d365fo-connector": {
"command": "npx",
"args": [
"-y",
"@zhound/d365fo-mcp-server"
],
"env": {
"D365_TENANT_ID": "<your D365_TENANT_ID>",
"D365_CLIENT_ID": "<your D365_CLIENT_ID>",
"D365_CLIENT_SECRET": "<your D365_CLIENT_SECRET>",
"D365_ENVIRONMENT_URL": "<your D365_ENVIRONMENT_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.zhound420%2Fd365fo-connector)<a href="https://mcptoplist.com/server/io.github.zhound420%2Fd365fo-connector"><img src="https://mcptoplist.com/badge/io.github.zhound420%2Fd365fo-connector.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zhound420
Available versions (2)
| Version | Published |
|---|---|
| 2.0.1 | Mar 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains D365Fo Connector?
- D365Fo Connector is maintained by zhound420, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is D365Fo Connector listed on the Official MCP Registry?
- Yes — D365Fo Connector is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does D365Fo Connector have?
- MCP Toplist tracks 2 versions of D365Fo Connector, most recently published on Mar 15, 2026.
- Where can I find the source code for D365Fo Connector?
- The source code for D365Fo Connector is hosted at github.com/zhound420/d365fo-claude-connector.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.