Anki Integration
STDIOMCP server for integrating AI assistants with Anki spaced repetition flashcard software.
MCP server for integrating AI assistants with Anki spaced repetition flashcard software.
A Model Context Protocol (MCP) server for integrating AI assistants with Anki, the popular spaced repetition flashcard software.
This MCP server enables AI assistants to interact with Anki through the following tools:
get-collection-overview: Returns an overview of the Anki collection like available decks, available models and their fields
add-or-update-notes: Adds new notes or updates existing ones. Allows batch adding/updating multiple notes at once.
get-cards-reviewed: Get the number of cards reviewed by day
find-notes: Allows querying notes using the Anki searching syntax
uv
. To install uv
, follow the official instructions.~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
anki-mcp
to the mcpServers
section:"mcpServers": {
"anki-mcp": {
"command": "uvx",
"args": [
"anki-mcp"
]
}
}