This Anki MCP server, developed using TypeScript and the Model Context Protocol SDK, provides AI assistants with a standardized interface to interact with Anki flashcard decks via the AnkiConnect plugin. It offers resources for accessing Anki decks and note models, along with tools for listing, retrieving, and creating notes. The server abstracts the complexities of the AnkiConnect API, enabling AI systems to seamlessly incorporate flashcard management into their workflows. It's particularly valuable for educational assistants, language learning applications, and AI developers working on knowledge retention tools, facilitating use cases such as automated flashcard creation, personalized study sessions, and intelligent review scheduling within the Anki ecosystem.
Get names of all decks.
Get names of all note models.
Get details of a specific note model.
Create a single note. Parameters: deck name, model name, fields, and tags.
Create multiple notes in bulk with specified parameters.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!