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-mcpto themcpServerssection:
"mcpServers": {
"anki-mcp": {
"command": "uvx",
"args": [
"anki-mcp"
]
}
}
- Restart Claude Desktop.
Anki MCP Server
Project Details
- johwiebe/anki-mcp
- Last Updated: 4/17/2025
Recomended MCP Servers
You can using StoryDiffusion in ComfyUI
Binalyze AIR MCP Server
Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more...
Chain of Draft (CoD) MCP Server: An MCP server implementation of the Chain of Draft reasoning approach for...
An MCP server for the Podbean API
MCP server connecting AI assistants with Jira & Confluence for smart project management.
An MCP server that runs AI-driven venture capitalist agents (Fred Wilson, Peter Thiel, etc.), whose thinking is continuously...
Demostrate simple mcp server with typescript.





