d365fo-connector
About
Query and manage Microsoft Dynamics 365 Finance & Operations via MCP
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
D365_TENANT_ID D365_CLIENT_ID D365_CLIENT_SECRET D365_ENVIRONMENT_URLClaude Code
claude mcp add --env D365_TENANT_ID= --env D365_CLIENT_ID= --env D365_CLIENT_SECRET= --env D365_ENVIRONMENT_URL= d365fo-connector -- npx @zhound/d365fo-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"d365fo-connector","command":"npx","args":["@zhound/d365fo-mcp-server"],"env":{"D365_TENANT_ID":"","D365_CLIENT_ID":"","D365_CLIENT_SECRET":"","D365_ENVIRONMENT_URL":""}}'
JSON
{
"mcpServers": {
"d365fo-connector": {
"command": "npx",
"args": [
"@zhound/d365fo-mcp-server"
],
"env": {
"D365_TENANT_ID": "",
"D365_CLIENT_ID": "",
"D365_CLIENT_SECRET": "",
"D365_ENVIRONMENT_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.