anki-mcp-server
Anki-mcp is a TypeScript-based MCP server that integrates with Anki through the AnkiConnect plugin. It provides resources and tools for managing Anki decks and notes, showcasing core MCP concepts.
What is the Anki-MCP server?
The Anki-MCP server is a TypeScript-based server that integrates with Anki via the AnkiConnect plugin, providing tools and resources for managing Anki decks and notes.
How do I install the Anki-MCP server?
Install dependencies using npm install
, build the server with npm run build
, and configure it for use with platforms like Claude Desktop.
What tools does the Anki-MCP server provide?
The server provides tools such as listDecks
, listModels
, getModel
, addNote
, and addNotes
for managing Anki decks and notes.
How can I debug the Anki-MCP server?
Use the MCP Inspector, available as a package script, to access debugging tools in your browser.
What are the URIs used for in the Anki-MCP server?
URIs like anki://decks/{id}
and anki://models/{id}
are used to list and access Anki decks and note models.