MCP Servers
Model Context Protocol (MCP) servers that enhance AI-assisted AL development
Overview
This section catalogs Model Context Protocol (MCP) servers designed to enhance AI coding assistants for Business Central development. MCP is an open standard that enables AI assistants to connect to external tools, databases, and knowledge sources, making them significantly more powerful for AL development workflows.
What is MCP?
- Standard protocol for connecting AI assistants to external capabilities
- STDIO transport for local execution
- Tool-based architecture for exposing features to AI assistants
- Supported by Claude Desktop, GitHub Copilot, Cursor, VS Code extensions, and more
Each MCP server below has its own dedicated page with detailed information, setup instructions, and integration guidance.
AL & Business Central MCP Servers
Key Features:
- 14 specialist AI personas for BC development (Sam Coder, Dean Debug, Alex Architect, etc.)
- 20+ MCP tools for knowledge discovery, code analysis, and workflow orchestration
- Seamless specialist handoffs with context preservation
- Integration with GitHub Copilot, Claude Desktop, VS Code
Key Features:
- Exposes AL workspace compiled symbols (.app files) to AI assistants
- 6 token-optimized tools for symbol search and dependency analysis
- O(1) lookups with optimized indexing for 50MB+ symbol files
- Auto-discovers .alpackages directories
Key Features:
- Multi-language LSP-based coding assistant with AL support
- AL Language Server integration via VS Code AL extension
- Symbolic operations (find references, definitions, document symbols)
- Supports 20+ languages including AL, Python, TypeScript, Rust, Go
Key Features:
- AL object ID collision prevention and management
- Two modes: LITE (individual developers) and STANDARD (teams)
- Backend integration for shared ID pools and team collaboration
- Automatic app identification via Git integration
DevOps & Productivity MCP Servers
Key Features:
- Official Microsoft MCP server for Azure DevOps integration
- 50+ tools covering work items, repos, pipelines, wiki, and advanced security
- Domain filtering to manage tool count and focus
- Multiple authentication options (interactive, azcli, env)
Key Features:
- Comprehensive Clockify time tracking integration
- 33 tools for workspace, client, project, task, tag, and time entry management
- Timer start/stop functionality and bulk operations
- Full CRUD operations for all Clockify entities
Key Features:
- Simple helpers for collecting Business Central telemetry
- Forward telemetry events to a custom endpoint for analysis
- Lightweight and easy to add to development workflows
Key Features:
- XLIFF/XLF translation tooling exposed as MCP tools
- Rich validation and annotations (Zod schemas)
- Multiple invocation options (npx, global, local)
Created a tool for AI-assisted AL development?
Share it with the community!
Submission Guidelines:
- Must be useful for AL/BC development
- Should enhance AI-assisted workflows
- Open source preferred
- Well documented
How to Submit: See Contributing section
Privacy Considerations
What Gets Shared:
- Code in your workspace (with AI assistants)
- File names and structure
- Your prompts and questions
Best Practices:
- Review extension permissions
- Understand data handling
- Use organization-approved tools
- Don’t include sensitive data in code
Security
Verify Extensions:
- Check publisher reputation
- Read reviews
- Review permissions requested
- Keep extensions updated
Business Central knowledge base with 14 specialist AI personas for comprehensive development guidance
Expose AL workspace compiled symbols to AI assistants for intelligent code navigation and dependency analysis
Multi-language LSP-based coding assistant with AL Language Server support for Business Central
Official Microsoft MCP server for comprehensive Azure DevOps integration with AI assistants
AL object ID collision prevention and management for Business Central development teams
Comprehensive Clockify time tracking integration for project management and invoicing
A small utility to help collect and forward Business Central telemetry for analysis and debugging.
XLIFF translation and localization tools exposed as an MCP server for AL projects.