local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides a note storage system for Anki flashcards with tools to add notes and generate summaries of stored notes with variable detail levels.
Anki MCP Server
A Model Context Protocol (MCP) server for integrating AI assistants with Anki, the popular spaced repetition flashcard software.
Features
This MCP server enables AI assistants to interact with Anki through the following tools:
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
Requirements
- Anki must be installed and running
- The AnkiConnect add-on must be installed in Anki and running
- This MCP server uses
uv
. To installuv
, follow the official instructions.
Configuration
Claude Desktop
- Open your Claude Desktop config file:
- MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- Add
anki-mcp
to themcpServers
section:
Copy
- Restart Claude Desktop.
You must be authenticated.
A simple note-taking MCP server that stores notes and can generate summaries of stored content.