business-central-mcp-server

user-vik/business-central-mcp-server
★ 0 stars JavaScript API Integration Updated today
MCP server for Dynamics 365 Business Central - query and manage ERP data via the standard v2.0 and custom AL APIs
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}