sebastianhuus/mochi-flashcards-mcp-server
If you are the rightful owner of mochi-flashcards-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Mochi Flashcards MCP Server is a tool designed to integrate with the Mochi app, allowing users to manage their flashcards through a model context protocol server.
Tools
Functions exposed to the LLM to take actions
mochi_list_decks
List all decks in your account with optional pagination.
mochi_list_cards
List cards, optionally filtered by deck ID with pagination and configurable limit.
mochi_create_card
Create a new card in a specific deck with content and optional tags.
mochi_get_card
Get details of a specific card by its ID.
mochi_update_card
Update card content, move between decks, or archive/unarchive cards.
mochi_delete_card
Permanently delete a card by its ID.
mochi_search_cards_by_tags
Search cards by tags with flexible filtering.
mochi_list_all_tags
List all unique tags across your cards, optionally scoped to a deck.
mochi_analyze_card_tags
Analyze a card's tags to show which come from content hashtags vs manual tags.
mochi_remove_content_tags
Remove tags from a card by editing its content to remove hashtags.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client