Back to Apps

Anki MCP Server
Supports UIby nailuoGG
Connect LLMs to Anki flashcards via AnkiConnect to automate deck and note management.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
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
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json as shown in the installation section.VS Code Copilot
Configure via cline_mcp_settings.json for Cline integration.





