73
/ 100
1 day ago
glama

Frappe MCP Server

Connects MCP clients to Frappe/ERPNext sites via REST API, enabling document CRUD, search, and remote method calls.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: FRAPPE_API_KEY, FRAPPE_API_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configFRAPPE_URLe =https://your-site.com \
🔐 secretFRAPPE_API_KEYyour-api-key \
🔐 secretFRAPPE_API_SECRETyour-api-secret \
configFRAPPE_VERIFY_SSLNo Set to false to skip TLS verification (default: true)
configFRAPPE_TIMEOUTNo Request timeout in seconds (default: 30)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/muthanii-frappe-mcp-18jko9)](https://m8ven.ai/mcp/muthanii-frappe-mcp-18jko9)
commit: e1f8986222516633ed18af3fc1c6a3a18db17026
code hash: 480494293d77a5377a83e01743254a5e4793b7483485f3e6eb7b14e1d3c3e53a
verified: 7/30/2026, 8:55:07 AM
view raw JSON →