jasperket/clanki
If you are the rightful owner of clanki and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Clanki is an MCP server that allows AI assistants like Claude to interact with Anki flashcard decks using the Model Context Protocol.
Clanki is a server designed to facilitate interaction between AI assistants, such as Claude, and Anki flashcard decks through the Model Context Protocol (MCP). This integration allows users to create, manage, and update Anki decks and flashcards directly through AI interfaces. By leveraging AnkiConnect, Clanki provides a seamless connection to Anki, enabling the creation of basic flashcards, cloze deletion cards, and the management of tags and deck contents. The server is built using Node.js and requires Anki and the AnkiConnect plugin to be installed and running. Clanki is particularly useful for users who want to enhance their study sessions by integrating AI capabilities with their Anki decks, offering a more dynamic and interactive learning experience.
Features
- Create and manage Anki decks
- Create basic flashcards with front/back content
- Create cloze deletion cards
- Update existing cards and cloze deletions
- Full integration with AnkiConnect
Usages
usage with Claude Desktop
{ "mcpServers": { "clanki": { "command": "node", "args": ["/absolute/path/to/clanki/build/index.js"] } } }
Tools
create-deck
Creates a new Anki deck
create-card
Creates a new basic flashcard in a specified deck
create-cloze-card
Creates a new cloze deletion card in a specified deck
update-card
Updates an existing basic flashcard
update-cloze-card
Updates an existing cloze deletion card