67
/ 100
3 days ago
glama

Frappe LMS MCP Server

An MCP server that enables AI agents to manage a Frappe LMS instance, including creating courses, chapters, lessons, quizzes, enrollments, batches, and certificates.

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.
🔐
You'll be asked for 4 credentials: FRAPPE_API_KEY, FRAPPE_API_SECRET, FRAPPE_PASSWORD, FRAPPE_LMS_SESSION_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_URLexport ="http://localhost:8000"
configFRAPPE_SITElms.localhost
🔐 secretFRAPPE_API_KEY(none) API key for token auth (alternative to password)
🔐 secretFRAPPE_API_SECRET(none) API secret for token auth
configFRAPPE_USERNAMEyour_email@example.com
🔐 secretFRAPPE_PASSWORDyour_password
🔐 secretFRAPPE_LMS_SESSION_SECRET(random) Secret key for dashboard session cookies
configFRAPPE_LMS_DASHBOARD_PORTexport =9090
configFRAPPE_LMS_DB_PATHdata/frappe_lms.db SQLite database file path
configFRAPPE_LMS_NO_DASHBOARD(unset) Set to 1 to disable the web dashboard
// 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 6 concrete improvements 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/anggun-indra-frape-lms-mcp-tools-16ya5y)](https://m8ven.ai/mcp/anggun-indra-frape-lms-mcp-tools-16ya5y)
commit: b8ece3fe8d1a18353c0b35c953e5afb6b19f56cb
code hash: c31698f23769f12806e0e675607e05bcf069090307b453c6e3caba5feea3304d
verified: 7/28/2026, 9:05:55 AM
view raw JSON →