AnkiConnect
JSON →AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Install
npx (NPM Tools · 23
- create_flashcard Create new flashcards with front and back content
- add_note Add notes with custom fields and tags
- add_notes Bulk add multiple notes
- update_note_fields Update existing note fields
- find_notes Search for notes using Anki's query syntax
- deck_names Get all deck names
- deck_names_and_ids Get deck names with their IDs
- change_deck Move cards between decks
- delete_decks Delete decks and optionally their cards
- get_deck_config Retrieve deck configuration settings
- find_cards Search for cards
- cards_info Get detailed card information
- suspend Suspend cards
- unsuspend Unsuspend cards
- are_suspended Check if cards are suspended
- are_due Check if cards are due
- gui_deck_browser Open deck browser
- gui_deck_review Start deck review
- gui_browse Open card browser with search
- gui_add_cards Open add cards dialog
- version Get AnkiConnect version
- get_tags Retrieve all tags
- multi Execute multiple AnkiConnect requests in batch
Environment variables
ANKI_CONNECT_URL
Links
★ 20 GitHub stars