Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"frappe_assistant_cor": {
"command": "uvx",
"args": [
"frappe-assistant-core"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add frappe_assistant_cor uvx frappe-assistant-core
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"frappe_assistant_cor": {
"command": "uvx",
"args": [
"frappe-assistant-core"
]
}
}
}
📋 Copy
Or install with pip: pip install frappe-assistant-core