Production-ready MCP server for Microsoft Dynamics 365 Finance & Operations
Dynamics 365 Finance & Operations 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.
🚀 One-Click Installation for VS Code:
🐳 Docker Installation for VS Code:
[-24bfa5?style=flat-square&logo=docker&logoColor=white)](https://
Tools (2)
odata_queryExecute OData queries against D365 F&O entitiesget_metadataRetrieve metadata for D365 F&O entitiesEnvironment Variables
D365FO_TENANT_IDrequiredAzure AD Tenant ID for D365 F&O authenticationD365FO_CLIENT_IDrequiredAzure AD Client ID for D365 F&O authenticationD365FO_CLIENT_SECRETrequiredAzure AD Client Secret for D365 F&O authenticationConfiguration
{"mcpServers": {"d365fo": {"command": "uvx", "args": ["d365fo-client"], "env": {"D365FO_TENANT_ID": "your_tenant_id", "D365FO_CLIENT_ID": "your_client_id", "D365FO_CLIENT_SECRET": "your_client_secret"}}}}