Create Anki flashcards using natural language by connecting to the AnkiConnect add-on.
Read this in other languages: English, 한국어
A Model Context Protocol (MCP) server that connects Claude and Anki, allowing you to easily create flashcards using natural language.
anki-mcp-server acts as a bridge between Claude and the Anki app, enabling communication between them. This allows you to give natural language commands to Claude to create and manage Anki flashcards. For example, if you request "Add an easy Japanese vocabulary card to my Japanese deck," Claude will automatically create an appropriate card.
Tools > Add-ons > Get Add-ons
from the top menu2055492159
and click 'OK'# Clone the repository
git clone https://github.com/dhkim0124/anki-mcp-server.git
cd anki-mcp-server
# Create and activate a virtual environment (optional)
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Install required packages
pip install -r requirements.txt
Modify the Claude Desktop configuration file to register the MCP server:
Claude Desktop configuration file location:
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
Add the following content to the configuration file:
{
"mcpServers": {
"anki-mcp": {
"command": "python",
"args": ["path/anki_server.py"],
"env": {}
}
}
}
Replace path/anki_server.py
with the absolute path to your anki_server.py file.
Claude will interpret these requests and create appropriate cards in Anki through the MCP server.
http://localhost:8765
in your web browser to confirm you see the "AnkiConnect v.6" message.If you'd like to contribute to the project, fork the GitHub repository and submit a pull request. We welcome contributions in the following areas:
This project is distributed under the MIT License. See the LICENSE file for details.
For issues or questions, please contact us through GitHub issues.
Connect AI assistants to Limitless to access personal memory and lifelog data.
An MCP server for Cursor that enables requesting user input during generation process.
A powerful, Go-based task management server with MCP support, AI editor integration, and a VS Code extension. It supports smart task creation, markdown, and project organization.
MCP server for managing accounting and taxes with Norman Finance.
Connects to Anki via AnkiConnect to retrieve leech-tagged flashcards for use in Claude Desktop.
Manage tasks in Directus with automatic schema synchronization.
Integrates with Notion's API to manage personal todo list
An intelligent task management system based on MCP, providing an efficient programming workflow framework for AI Agents with an optional web-based GUI.
Create Garmin Connect workouts using natural language.
Excel manipulation including data reading/writing, worksheet management, formatting, charts, and pivot table