When your demo spins up, Claude is already connected to your ERPNext data. Not a chatbot sidebar. MCP — direct tool access to create, query, and act.
Start AI Demo ›MCP (Model Context Protocol) is an open standard that lets AI assistants call tools on external systems. We implement it directly in ERPNext.
This is not a chatbot that answers questions about ERPNext. This is Claude — or any MCP-compatible AI — that can actually execute actions in your live database.
Create a customer. Submit a timesheet. Run a report. Close an issue. Done.
After your demo is provisioned, you'll receive an MCP config block in your welcome email. Paste it into Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.
{
"mcpServers": {
"my-erpnext": {
"command": "npx",
"args": [
"-y", "@anthropic-ai/mcp-remote",
"https://demo-xxxx.opensources.work/api/method/frappe_assistant_core.api.fac_endpoint.handle_mcp",
"--header",
"Authorization: token YOUR_API_KEY:YOUR_SECRET"
]
}
}
}
Compatible with: Claude Desktop · Cursor · Windsurf · Continue · Any MCP client
Your MCP config arrives in your welcome email. Connect Claude Desktop before your first meeting.
Start AI Demo ›