Frappe Assistant Core connects LLMs to ERPNext via MCP. It exposes ERPNext's API for document management, workflow automation, and data queries. Developers use it to build AI agents that interact with ERPNext's business processes, such as invoicing, inventory, and CRM.
Frappe Assistant Core connects LLMs to ERPNext via MCP. It exposes ERPNext's API for document management, workflow automation, and data queries. Developers use it to build AI agents that interact with ERPNext's business processes, such as invoicing, inventory, and CRM.
pip install Frappe_Assistant_CoreAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"buildswithpaul-frappeassistantcore-github": {
"command": "uvx",
"args": [
"pip install Frappe_Assistant_Core"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Frappe_Assistant_Core?"
API Key Required
This server requires an API key from Frappe_Assistant_Core. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FRAPPE_ASSISTANT_CORE_API_KEY | Yes | Your Frappe_Assistant_Core API key |
"What resources are available in Frappe_Assistant_Core?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Frappe_Assistant_Core"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Frappe_Assistant_Core with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.