captain-blue210/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.
An MCP server for Claude Desktop that connects to Anki via AnkiConnect to manage leech-tagged cards.
The Anki MCP Server is designed to facilitate seamless integration between Claude Desktop and Anki, a popular flashcard application. By leveraging the AnkiConnect API, this server retrieves cards tagged as 'leech'โcards that are frequently forgotten and need more attention. The server not only fetches these cards but also allows users to add date-stamped review tags, enabling better tracking of study progress. This integration is particularly useful for users who want to analyze their study habits and improve retention by focusing on problematic cards. The server is built using Node.js and requires Anki and AnkiConnect to be installed and running. It can be configured using environment variables, allowing for customization of the AnkiConnect API URL and other settings. The server supports both normal and mock modes, the latter being useful for testing without affecting actual Anki data.
Features
- Connects to Anki via AnkiConnect API
- Retrieves cards with 'leech' tags
- Adds date-stamped review tags to cards
- Provides comprehensive card data for analysis by Claude
- Can be used with Claude Desktop
Usages
usage with claude desktop
{ "mcpServers": { "anki": { "command": "node", "args": ["path/to/anki-mcp-server/dist/index.js"] } } }