MCP server for Dynamics 365 Business Central - query and manage ERP data via the standard v2.0 and custom AL APIs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"business-central-mcp": {
"command": "npx",
"args": [
"-y",
"user-vik/business-central-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add business-central-mcp npx -y user-vik/business-central-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"business-central-mcp": {
"command": "npx",
"args": [
"-y",
"user-vik/business-central-mcp-server"
]
}
}
}