Business Central MCP Server
An attempt at creating a BC MCP server
Overview
BC-MCP is a server designed to provide standardized development rules and context for Business Central projects, optimized for use with the Cursor editor.
To use BC-MCP, clone the repository and include the necessary files in your project. Team members can simply clone the repository or copy the bc-rules.json and .cursor-context files to their project. Administrators can manage rules by editing the bc-rules.json or using a MongoDB database.
- Static Rules: JSON-based rules for Cursor editor - Render Deployment: Easy deployment to Render.com - Fallback Mode: Works without a database connection - Team-Friendly: Rules automatically applied to all team members
- Standardizing development practices across Business Central projects.
- Facilitating team collaboration by ensuring all members follow the same rules.
- Simplifying deployment processes for Business Central applications.
Add to your AI client
Use these steps to connect Business Central MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"bc-mcp-vanachterjacob": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bc-mcp-vanachterjacob"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"bc-mcp-vanachterjacob": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bc-mcp-vanachterjacob"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"bc-mcp-vanachterjacob": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bc-mcp-vanachterjacob"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"bc-mcp-vanachterjacob": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bc-mcp-vanachterjacob"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bc-mcp-vanachterjacob": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bc-mcp-vanachterjacob"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"bc-mcp-vanachterjacob": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bc-mcp-vanachterjacob"
]
}
}
}FAQ
Can BC-MCP be used without a database?
Yes! BC-MCP has a fallback mode that allows it to function without a database connection.
How do I deploy BC-MCP?
You can deploy BC-MCP using Render.com by following the deployment instructions provided in the documentation.
What programming language is BC-MCP written in?
BC-MCP is primarily written in JavaScript.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1946,"uuid":"8aa17617-e0c4-4def-b298-4b2fbbf4dc4e","name":"BC-MCP","title":"Business Central MCP Server","description":"An attempt at creating a BC MCP server","avatar_url":"https://avatars.githubusercontent.com/u/29426707?v=4","created_at":"$D2025-03-05T07:29:02.159Z","updated_at":"$D2025-03-12T10:21:43.257Z","status":"created","author_name":"vanachterjacob","author_avatar_url":"https://avatars.githubusercontent.com/u/29426707?v=4","tags":"business-central,mcp-server,development-tools","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/vanachterjacob/BC-MCP","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-27 22:30:44\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]