An MCP server that connects Claude Desktop to Anki via the AnkiConnect API, allowing AI assistants to retrieve and analyze cards tagged as 'leech' in a user's Anki collection. The server provides tools to fetch either detailed card information or just IDs, with support for random selection of a specified number of cards. Built with TypeScript and Node.js, it handles connection management, error recovery, and batch processing to prevent overwhelming the AnkiConnect API, making it particularly valuable for users seeking AI assistance in analyzing and improving their spaced repetition study habits.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieves cards tagged as leeches from Anki. Parameters: detailed (optional, boolean, default: true), count (optional, number)
Adds a date-stamped 'reviewed' tag to specified cards. Parameters: card_ids (required, array of numbers), custom_tag_prefix (optional, string, default: '見直し')