Anki MCP Server is an MCP server implementation that connects to a locally running Anki, providing card review and creation. This server is designed to work with the Anki desktop app and the Anki-Connect add-on. Make sure you have the add-on installed before using. It exposes MCP‑style tools to interact with Anki decks: updating existing cards, creating new cards, and retrieving due or new cards. Tools include update_cards (marks cards as answered and assigns an ease score from 1 to 4), add_card (creates a new card in the Default Anki deck), get_due_cards (returns a specified number of due cards), and get_new_cards (returns a specified number of new cards). Development workflow uses npm install, npm run build, and npm run watch for auto‑rebuild. Debugging of MCP servers uses stdio communication and the MCP Inspector, accessible via npm run inspector. Configuration examples show how to register the server with Claude Desktop and point to the built index.js, enabling cross‑application use.