anki-mcp
A Model Context Protocol (MCP) server for integrating AI assistants with Anki, the popular spaced repetition flashcard software.
The Anki MCP Server is designed to facilitate seamless interaction between AI assistants and Anki, a widely-used flashcard application that employs spaced repetition for effective learning. By leveraging the Model Context Protocol, this server allows AI systems to perform various operations on Anki collections, such as retrieving collection overviews, adding or updating notes, and querying notes using Anki's search syntax. This integration is particularly useful for users who wish to automate or enhance their study sessions with AI-driven insights and functionalities. The server requires Anki to be installed and running, along with the AnkiConnect add-on, which acts as a bridge between Anki and external applications. The server is built using the uv
framework, ensuring a robust and efficient communication channel between the AI assistant and Anki.
Features
- 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.
MCP 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.'}
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"anki-mcp": {
"command": "uvx",
"args": [
"anki-mcp"
]
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.