52
/ 100
1 month ago
glama

anki-mcp

A headless MCP server for Anki flashcards with Google OAuth authentication, enabling deck and card management, media handling, AnkiWeb sync, and .apkg import/export.

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 2 credentials: GOOGLE_CLIENT_SECRET, ANKIWEB_PASSWORD
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.
🔐 secretGOOGLE_CLIENT_SECRETexport ="your-google-client-secret"
configPORTexport =8000
configANKI_MCP_BASE_URLexport ="https://your-domain.com"
configANKI_COLLECTION_PATH
configANKIWEB_USERNAMEexport ="your@email.com"
🔐 secretANKIWEB_PASSWORDexport ="your-password"
configANKIWEB_URL
// 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 7 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/mybuddyassistant-anki-mcp-o1f9wh)](https://m8ven.ai/mcp/mybuddyassistant-anki-mcp-o1f9wh)
commit: 259328b2899640c4a247f02f8a495ebbef26fd72
code hash: ba09c807558d1a417b867adbdf6167cc940157295395e37fcf9d22ff3159df95
verified: 6/29/2026, 11:20:07 AM
view raw JSON →