AI-FIRST ERP

Every Other ERP Demo Shows You Forms.
Ours Has Claude.

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 = Your AI Talks to Your Data

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.

// Claude Desktop → MCP → ERPNext
User: “Create a project called Q2 Website for Acme Corp”
→ tools/call: create_doc
→ {"doctype": "Project", "project_name": "Q2 Website", ...}
Claude: ✓ Project created: PROJ-0042
User: “What invoices are overdue?”
→ tools/call: run_report
Claude: 3 overdue — Acme ($4,200), TechCo ($1,800), GlobalBiz ($900)

What You Can Do Right Now in the Demo

📋
“Create a timesheet for this morning's work on Project X”
Claude calls create_doc → Timesheet is in your ERPNext, linked to the project, ready to invoice.
💰
“Show me overdue invoices over $5,000”
Claude runs a live query → Returns a formatted list with amounts, dates, and customer names.
🏚
“Add Acme Corp as a new customer with net-30 terms”
Claude inserts the Customer doc → Confirms with a link to the record in your ERPNext.
📊
“What's my team's capacity this week?”
Claude reads task assignments + timesheets → Summarizes by person with hours remaining vs. logged.
🔒
“Close all resolved support tickets from this month”
Claude queries Issues by status → Bulk-updates them with a confirmation summary.

Connect Your Desktop AI

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

49+ Tools. All Connected. All Yours.

10
Document Tools
create, read, update, delete, submit
12
Finance Tools
invoices, payments, banking, AR/AP
9
Project Tools
tasks, timesheets, issues, wiki
8
Report Tools
run, list, analytics, summaries
10+
Ops Tools
CRM, customers, communications

Try the AI Demo. It's Live in Minutes.

Your MCP config arrives in your welcome email. Connect Claude Desktop before your first meeting.

Start AI Demo ›