Anki MCP Server
JSON →Interact with Anki flashcard software using LLMs via the AnkiConnect add-on.
Install
npx -y anki-mcp-server` Tools · 12
- list_decks List all available Anki decks
- create_deck Create a new Anki deck
- create_note Create a new note (Basic or Cloze)
- batch_create_notes Create multiple notes at once
- search_notes Search for notes using Anki query syntax
- get_note_info Get detailed information about a note
- update_note Update an existing note
- delete_note Delete a note
- list_note_types List all available note types
- create_note_type Create a new note type
- get_note_type_info Get detailed structure of a note type
- sync Trigger AnkiWeb sync (fire-and-forget; success means Anki accepted the request, not that AnkiWeb received the data — a blocking dialog in Anki can silently keep the sync queued)
Links
★ 241 GitHub stars