
Anki MCP Server
Supports UIby nailuoGG
Connect LLMs to Anki flashcards via AnkiConnect to automate deck and note management.
What it does
This server bridges the Model Context Protocol with Anki, allowing AI agents to read, create, and update flashcards. It leverages the AnkiConnect add-on to perform operations directly on the Anki desktop application.
Tools
create_note: Adds a new flashcard to a specified deck.batch_create_notes: Efficiently imports multiple cards at once.search_notes: Finds existing cards using Anki's native query syntax.list_decks: Retrieves all available card decks.update_note: Modifies existing card content or tags.
Installation
Requires Anki and the AnkiConnect add-on installed.
{
"mcpServers": {
"anki": {
"command": "npx",
"args": ["--yes", "anki-mcp-server"]
}
}
}
Supported hosts
Confirmed support for claude (Desktop) and cline (VS Code).
Quick install
npx -y anki-mcp-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






