Anki MCP Server
JSON →Interact with the Anki flashcard app via the AnkiConnect add-on. Supports audio generation and similarity search.
Tools · 19
- anki_create_deck Create a new Anki deck
- anki_add_note Add a new note to an Anki deck
- anki_query_notes Query notes from Anki using a search string
- anki_delete_notes Delete notes from Anki by ID
- anki_update_note_fields Update fields of an existing note
- anki_get_deck_names Get all deck names
- anki_get_deck_stats Get statistics for a specific deck
- anki_find_notes Find notes by query
- anki_get_media_dir_path Get the media directory path
- anki_store_media_file Store a media file in Anki
- anki_retrieve_media_file Retrieve a media file from Anki
- anki_delete_media_file Delete a media file from Anki
- anki_add_note_with_media Add a note with media attachments
- anki_gui_browse Open the Anki browser with a query
- anki_gui_selected_notes Get currently selected notes in the Anki GUI
- anki_gui_current_card Get the current card in the Anki GUI
- anki_gui_deck_browser Open the Anki deck browser
- anki_gui_deck_overview Open the Anki deck overview for a deck
- anki_gui_review Open the Anki review screen
Environment variables
GOOGLE_CLOUD_API_KEY
Links
★ 6 GitHub stars