Dynamics 365 Finance & Operations MCP Server by mafzaal
55 score
Exposes the full capabilities of Microsoft Dynamics 365 Finance \u0026 Operations to AI assistants through 49 comprehensive tools and standardized protocol interactions. It enables sophisticated workflows including OData operations, metadata discovery, and secure database analysis.
Ranked #1432 out of 9345 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 365
Freshness 15d ago
Issue Health 100%
Stars 26
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# Dynamics 365 Finance & Operations MCP Server <div align="center"> <br /> <br /> </div> **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:** **☁️ Deploy to Azure Container Apps:** Deploy the MCP server as a secure, internet-accessible HTTP endpoint with OAuth or API Key authentication. Perfect for web integrations and remote AI assistant access. **Option 1: Using Bash Script (Recommended)** ```bash # Download and run the deployment script curl -O https://raw.githubusercontent.com/mafzaal/d365fo-client/main/deploy-aca.sh chmod +x deploy-aca.sh # Set authentication (choose OAuth or API Key) export D365FO_MCP_AUTH_CLIENT_ID="your-client-id" expRead full README on GitHub →