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: '見直し')