Best for
- Individual learners already using Anki and AnkiConnect.
- Users who want AI-guided review, explanations, and dynamic card creation.
- Users connecting local Anki to Claude Desktop, Cursor, Cline, or Zed.
Based on the supplied repository, manifest, and README, this is an independent MIT-licensed Anki integration that exposes 42 MCP tools through AnkiConnect. The manifest lists version 0.18.4, while the README's current-status section states 0.22.0, so the version information is inconsistent.
Anki MCP Server connects AI assistants to Anki flashcards through AnkiConnect. It supports reviews, decks, notes, media, tags, models, templates, statistics, and selected Anki desktop GUI workflows. The project is in active beta development, so APIs and features may change.
Install Anki and the AnkiConnect plugin, and confirm that AnkiConnect uses http://localhost:8765. Install Node.js 22.12.0 or newer. Run the server with npx and add the configuration above to an MCP client that supports STDIO; Claude Desktop can also install the project's MCPB bundle.
{"mcpServers":{"anki-mcp":{"command":"npx","args":["-y","@ankimcp/anki-mcp-server","--stdio"],"env":{"ANKI_CONNECT_URL":"http://localhost:8765"}}}}