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-mcp
to themcpServers
section:
"mcpServers": {
"anki-mcp": {
"command": "uvx",
"args": [
"anki-mcp"
]
}
}
- Restart Claude Desktop.
Related Servers
Claude Desktop
Integrates Amoga Studio with Claude Desktop for enhanced productivity and communication.
HubSpot
Interact with the HubSpot CRM API to manage contacts, companies, and deals.
Obsidian
Interacting with Obsidian via REST API
DingTalk MCP Server
Provides various DingTalk services including contacts, department management, robot messaging, calendar, and tasks.
Anytype MCP Server
Interact with the Anytype API using natural language.
Notion
Manage and interact with your entire Notion workspace.
Google Calendar
An MCP server for Google Calendar, enabling LLMs to read, create, and manage calendar events.
GoPluto AI MCP
MCP for quick human experts
Jira MCP Server
Integrates with Jira's REST API to manage issues programmatically.
MCP Atlassian
Interact with Atlassian products like Confluence and Jira, supporting both Cloud and Server/Data Center deployments.