anki-mcp-server
If you are the rightful owner of anki-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A server to integrate with Anki via the AnkiConnect plugin.
The anki-mcp MCP Server is a TypeScript-based server designed to integrate seamlessly with Anki through the AnkiConnect plugin. It serves as a practical demonstration of core Model Context Protocol (MCP) concepts by offering resources and tools to manage Anki decks and note models. The server provides URIs for accessing Anki decks and note models, allowing users to interact with Anki's data in a structured manner. Additionally, it includes tools for creating and managing notes, leveraging the AnkiConnect API to facilitate these operations. This server is particularly useful for developers looking to automate or enhance their Anki experience through programmatic access.
Features
- List and access Anki decks via `anki: //decks/{id}` URIs
- List and access note models via `anki: //models/{id}` URIs
- JSON representation of Anki objects
- Tools for creating and managing Anki notes
- Integration with AnkiConnect API