Enables Large Language Models to interact with Anki flashcard software through AnkiConnect using the Model Context Protocol.
Enables Large Language Models to interact with Anki flashcard software through AnkiConnect using the Model Context Protocol. The anki mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
anki_check_connection — Check whether AnkiConnect is reachableanki_list_decks — List all available Anki decks, optionally with deck IDsanki_create_deck — Create a new Anki deckanki_list_tags — List all tags currently used in the collectionanki_add_note_tags — Add tags to one or more notesanki_remove_note_tags — Remove tags from one or more notesanki_create_note — Create a new noteanki_batch_create_notes — Create multiple notes at onceanki_search_notes — Search for notes using Anki query syntaxanki_get_note_info — Get detailed information about a noteanki_update_note — Update an existing note's fields and/or tagsanki_delete_note — Delete one or multiple notesInstallation goes through your MCP client rather than a global install: point it at skills on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Anki's toolset — anki_check_connection, anki_list_decks, anki_create_deck and 11 more — is a fair guide to whether it matches your workflow. It is maintained by nailuoGG; 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 |
|---|---|
| anki_check_connection | Check whether AnkiConnect is reachable |
| anki_list_decks | List all available Anki decks, optionally with deck IDs |
| anki_create_deck | Create a new Anki deck |
| anki_list_tags | List all tags currently used in the collection |
| anki_add_note_tags | Add tags to one or more notes |
| anki_remove_note_tags | Remove tags from one or more notes |
| anki_create_note | Create a new note |
| anki_batch_create_notes | Create multiple notes at once |
| anki_search_notes | Search for notes using Anki query syntax |
| anki_get_note_info | Get detailed information about a note |
| anki_update_note | Update an existing note's fields and/or tags |
| anki_delete_note | Delete one or multiple notes |
| anki_list_note_types | List all available note types |
| anki_create_note_type | Create a new note type |
{
"mcpServers": {
"anki-3": {
"command": "npx",
"args": ["-y", "skills"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
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.