anki-mcp-server
MCP server enabling LLMs to interact with Anki flashcard software through AnkiConnect
This server provides a range of tools for managing Anki decks and notes, including the ability to list decks, create new decks, and manage notes through various operations such as creating, updating, and deleting notes. Users can also search notes using Anki's query syntax and retrieve detailed information about specific notes and note types. The server is designed to enhance the functionality of Anki by enabling seamless integration with language models, making it easier to create and manage flashcards.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"anki-mcp-server": {
"args": [
"-y",
"anki-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions