Anki MCP Server
Integrate AI assistants with Anki, the popular spaced repetition flashcard software.
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.
Related Servers
Rememberizer MCP Server for Common Knowledge
Access personal or team knowledge from internal repositories like documents and Slack discussions.
LearnMCP Server
An MCP server that enhances the Forest application with learning content extraction and summarization capabilities.
hh-jira-mcp-server
A MCP server for interacting with Jira. It requires external configuration via environment variables for credentials and filters.
HWP-MCP (νκΈ Model Context Protocol)
Control the Korean word processor HWP with AI for automated document creation, editing, and manipulation.
Travel MCP Server
A comprehensive travel planning server for flight search, accommodation booking, currency exchange, and weather forecasting.
redmine-mcp-server
Production-ready MCP server for Redmine with security, pagination, and enterprise features
Todoist
An unofficial server for managing Todoist tasks, allowing agents to create, list, and complete them.
Rememberizer Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
TimeCamp
Manage TimeCamp time entries and tasks through its API.
MCP Wait Timer Server
A simple tool to pause execution for a specified number of seconds.