Best for
- Users who use Anki for spaced repetition and want to leverage AI to automate study workflows
- Advanced users who need to manage cards, notes, and tags in bulk
- Developers who want to integrate Anki data into AI workflows
AnkiMCP Server is a powerful Anki addon that connects Anki with AI assistants via the MCP protocol, offering a rich set of tools and security measures. It suits users who want to leverage AI to enhance learning but requires some technical configuration.
AnkiMCP Server is an Anki addon that runs a local MCP server inside Anki, allowing AI assistants like Claude to interact with your flashcard collection through the Model Context Protocol (MCP). It supports a local HTTP server and remote tunnel, offering tools to manage cards, notes, tags, models, and media, as well as FSRS scheduling parameters and GUI interactions.
{
"mcpServers": {
"anki": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:3141"
]
}
}
}