Connect AI assistants to your ERPNext instance via the Model Context Protocol (MCP) using the official Frappe API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"erpnext-mcp-server": {
"command": "npx",
"args": [
"-y",
"rakeshgangwar/erpnext-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add erpnext-mcp-server npx -y rakeshgangwar/erpnext-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"erpnext-mcp-server": {
"command": "npx",
"args": [
"-y",
"rakeshgangwar/erpnext-mcp-server"
]
}
}
}