Anki
Summary
Anki MCP Server enables AI models to interact directly with Anki flashcard software through the AnkiConnect API, providing tools to create, search, and manage decks and notes programmatically. Built with TypeScript and the Model Context Protocol SDK, it allows AI assistants like Claude to generate flashcards, list decks and models, and perform advanced note management tasks. Particularly useful for learners and educators seeking to automate flashcard creation and study material organization.
Available Actions(7)
listDecks
Get a list of all decks in Anki.
listModels
Get a list of all note models/types in Anki.
createDeck
Create a new deck in Anki.
getModel
Get details about a specific note model/type.
addNote
Add a single note to a deck. Parameters: deckName (string), modelName (string), fields (object), tags (optional array of strings).
addNotes
Add multiple notes at once.
searchNotes
Search for notes using Anki's search syntax. Parameters: query (string).
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation