Connects Claude conversations with AnkiConnect to facilitate spaced repetition learning.
AnkiConnect MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Connects Claude conversations with AnkiConnect to facilitate spaced repetition learning.
Connect Claude conversations with AnkiConnect via MCP to make spaced repetition as easy as "Let's go through today's flashcards" or "Make flashcards for this"
Once AnkiConnect is connected, these are the calls the assistant has available:
num_cards_due_today — Get the number of cards due todayget_due_cards — Get cards that are due for reviewsubmit_reviews — Submit answers for reviewed cardsRatings — "wrong", "hard", "good", "easy"search_notes — Find notes by AnkiConnect query. Returns IDs + a short Front preview by default (cheap); pass return_card_content=true to receive cleaned fieldinspect_cards — View per-card state for given card IDs or note IDs. Sparse-fieldset selection via the properties list: any of identity, state, schedulingupdate_note_fields — Modify the text content of one note's fields. Uses the same MathJax/code conversions as add_noteupdate_note_tags — Add and/or remove tags on one or more notesset_suspended — Suspend or unsuspend one or more cardschange_deck — Move cards (by card ID) into a different deckreschedule_cards — Set due date, forget, or relearn one or more cardsTools — The Tools tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. AnkiConnect's toolset — num_cards_due_today, get_due_cards, submit_reviews and 11 more — is a fair guide to whether it matches your workflow. It is maintained by samefarrar; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| num_cards_due_today | Get the number of cards due today |
| get_due_cards | Get cards that are due for review |
| submit_reviews | Submit answers for reviewed cards |
| Ratings | "wrong", "hard", "good", "easy" |
| search_notes | Find notes by AnkiConnect query. Returns IDs + a short Front preview by default (cheap); pass return_card_content=true to receive cleaned field content inline. |
| inspect_cards | View per-card state for given card IDs or note IDs. Sparse-fieldset selection via the properties list: any of identity, state, scheduling, timestamps, history, fields, or all (default: ["identity", "state", "scheduling"] |
| update_note_fields | Modify the text content of one note's fields. Uses the same MathJax/code conversions as add_note. |
| update_note_tags | Add and/or remove tags on one or more notes. |
| set_suspended | Suspend or unsuspend one or more cards. |
| change_deck | Move cards (by card ID) into a different deck. |
| reschedule_cards | Set due date, forget, or relearn one or more cards. |
| Tools | The Tools tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.