D365FO MCP Server

Production-ready Model Context Protocol (MCP) server that exposes the full capabilities of Microsoft Dynamics 365 Finance & Operations (D365 F&O) to AI assistants and other MCP-compatible tools. This enables sophisticated Dynamics 365 integration workflows through standardized protocol interactions. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 38 · #37 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install D365FO MCP Server

before you install - you'll need

Set D365FO_BASE_URL, D365FO_LOG_LEVEL, D365FO_MCP_AUTH_CLIENT_ID, D365FO_MCP_AUTH_CLIENT_SECRET, D365FO_MCP_AUTH_TENANT_ID, D365FO_MCP_API_KEY_VALUE, D365FO_CONNECTION_TIMEOUT, D365FO_MAX_CONCURRENT_REQUESTS, D365FO_CREDENTIAL_SOURCE before connecting. D365FO_CLIENT_ID, D365FO_CLIENT_SECRET, D365FO_TENANT_ID are optional or environment-specific per the README.

Claude Code

claude mcp add mafzaal-d365fo-client -- uvx d365fo-client

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mafzaal-d365fo-client": {
      "command": "uvx",
      "args": [
        "d365fo-client"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package d365fo-client - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.mafzaal is GitHub-verified and matches the repo owner

03 · What D365FO MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.8 · 2026-07-07

bump azure-keyvault-secrets from 4.10.0 to 4.11.0 · bump ruff from 0.15.10 to 0.15.11 · bump authlib from 1.6.9 to 1.7.0 · bump mypy from 1.20.1 to 1.20.2 · bump uvicorn from 0.44.0 to 0.46.0 · bump pydantic-settings…

v0.3.7 · 2026-04-18

Bump actions/checkout from 5 to 6 · Bump mcp from 1.21.1 to 1.22.0 · Bump ruff from 0.14.5 to 0.14.6 · Bump black from 25.11.0 to 25.12.0 · Bump pytest from 9.0.1 to 9.0.2 · Bump pip-audit from 2.9.0 to 2.10.0 · Bump…

v0.3.6 · 2025-11-23

v0.3.6 - 2025-11-23 · Added · MCP Server Definition: Added official MCP server definition file (server.json) for enhanced discoverability · - Comprehensive server metadata including name, description, title, website…

04 · Who maintains D365FO MCP Server

D365FO MCP Server is maintained by mafzaal. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
finance - ranked #37 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-07)
registry
io.github.mafzaal/d365fo-client (active, first published 2025-11-23)
packages
pypi:d365fo-client · oci:ghcr.io/mafzaal/d365fo-client:0.3.6

06 · D365FO MCP Server FAQ

What is D365FO MCP Server?

Production-ready Model Context Protocol (MCP) server that exposes the full capabilities of Microsoft Dynamics 365 Finance & Operations (D365 F&O) to AI assistants and other MCP-compatible tools. This enables sophisticated Dynamics 365 integration workflows through standardized protocol interactions. It runs locally over stdio via the published package.

Is D365FO MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install D365FO MCP Server?

Run `uvx d365fo-client`. The README documents 12 environment variables (D365FO_BASE_URL, D365FO_LOG_LEVEL, D365FO_CLIENT_ID…) to set first. Set D365FO_BASE_URL, D365FO_LOG_LEVEL, D365FO_MCP_AUTH_CLIENT_ID, D365FO_MCP_AUTH_CLIENT_SECRET, D365FO_MCP_AUTH_TENANT_ID, D365FO_MCP_API_KEY_VALUE, D365FO_CONNECTION_TIMEOUT, D365FO_MAX_CONCURRENT_REQUESTS, D365FO_CREDENTIAL_SOURCE before connecting. D365FO_CLIENT_ID, D365FO_CLIENT_SECRET, D365FO_TENANT_ID are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does D365FO MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to D365FO MCP Server