A
licenseNot graded
qualityC
maintenanceEnables AI assistants to interact with Anki through the Model Context Protocol, allowing natural language creation, editing, and review of flashcards, deck management, and media handling.
1,761 npm
MIT
No user-submitted related servers found.
Scored across 8 tools
Each tool targets a distinct action on a specific resource (cards vs decks), with no overlap. The names and descriptions clearly differentiate between CRUD operations, listing, and searching.
All tool names follow a consistent verb_noun pattern using snake_case and a 'mochi_' prefix, e.g., mochi_list_cards, mochi_create_deck. No deviations or mixed conventions.
8 tools is well-suited for a flashcard application, covering essential operations on cards and decks without being too few or excessive.
Cards have full CRUD plus search and list, but decks lack update, delete, and get operations. This is a minor gap that agents can work around, but the deck surface is incomplete.