
anki mcp
Anki MCP server
Repository Info
About This Server
Anki MCP server
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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.
Quick Start
Clone the repository
git clone https://github.com/johwiebe/anki-mcpInstall dependencies
cd anki-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.