Last updated August 2026. This guide is refreshed as Microsoft's MCP features evolve.
Microsoft ships an official MCP server for Dynamics 365 Business Central, introduced in the 2025 release wave 2 (Business Central 27.1). It lets AI clients such as Copilot Studio, VS Code with GitHub Copilot, Claude, ChatGPT, and custom agents work with Business Central through the Model Context Protocol. By default the server is read-only over the exposed API pages; administrators can enable write operations per API page.
The official MCP server is part of the Business Central platform. It exposes the Business Central API pages you configure to any MCP-compatible AI client, so an agent can query your ERP and, if you allow it, change data through those APIs.
Setup happens in Business Central and in your AI client. The authoritative step-by-step instructions live on Microsoft Learn; the path looks like this:
Both options are legitimate, and many setups use both. Microsoft's server is official, free with Business Central, and exposes the raw API surface you configure, which makes it a strong developer and integration tool. What it does not provide out of the box is a curated safe-write layer: once writes are enabled, the agent writes through the APIs directly under the configured permissions, with no built-in propose, review, and approve flow for documents. Zentriq Connect is a third-party MCP connector that takes the opposite approach: typed, scoped tools where every write lands as a draft reviewed by a person inside Business Central, plus OAuth consent flows designed for business users rather than admin configuration. Developers and integrators may prefer the official server; finance teams that want approval-gated writes without configuring API permissions may prefer a curated connector. For the full picture, see our detailed MCP connector guide.
Yes. Microsoft ships an official Business Central MCP server with the 2025 release wave 2 (Business Central 27.1). It lets MCP-compatible AI clients such as Copilot Studio, VS Code with GitHub Copilot, Claude, ChatGPT, and custom agents access Business Central through the API pages you expose.
By default, yes. Out of the box it only reads data through the exposed API pages. Administrators can enable write operations per API page: create, modify, delete, and bound actions. Once enabled, the agent writes through the APIs directly under the configured permissions.
Microsoft's server is official, free with Business Central, and exposes the raw API surface you configure, which suits developers and integrators. Zentriq Connect is a third-party MCP connector with typed, scoped tools where every write lands as a draft that a person reviews inside Business Central, aimed at finance teams that want approval-gated writes without configuring API permissions. Many setups use both.
Copilot Studio, VS Code with GitHub Copilot, Claude, ChatGPT, and custom agents that support the Model Context Protocol. Microsoft clients such as VS Code and Copilot Studio connect through a pre-registered Entra application; see Microsoft Learn for the current client list and setup details.
Related setup guides: connect Claude to Business Central and connect ChatGPT to Business Central.
Zentriq Connect adds a curated safe-write layer for Business Central: every write lands as a draft you review inside BC before anything changes. It can run alongside Microsoft's official server.
See Zentriq ConnectRead the connector guide