anki-mcp-server
116
The Anki MCP Server connects to a locally running Anki application to facilitate card review and creation. It supports interactions through various resources and tools that integrate with the Anki system, using a Model Context Protocol server structure.
What is required to use the Anki MCP Server?
You need the Anki desktop app and the Anki-Connect add-on installed.
How can I add a new card using the server?
Use the 'add_card' tool, providing the front and back text for the card.
How do I retrieve cards that are due for review?
Use the 'get_due_cards' tool, specifying the number of cards you want to retrieve.
Can I update the status of multiple cards at once?
Yes, use the 'update_cards' tool with an array of card IDs and ease scores.
Is there a way to debug the server?
Yes, you can use the MCP Inspector for debugging, accessible via a package script.