CamdenClark_anki-mcp-server
0
The anki-mcp MCP Server is a TypeScript-based application designed to integrate with Anki through the AnkiConnect plugin. It offers functionalities to manage Anki decks and notes, incorporating core MCP principles.
anki-mcp MCP Server
A server to integrate with Anki via the AnkiConnect plugin.
Features
- Resources representing Anki decks and note models with URIs.
- Tools for creating and managing Anki notes.
- Integration with AnkiConnect API.
Resources
- List and access Anki decks via URIs.
- JSON representation of Anki objects.
Tools
listDecks
- Get names of all decks.listModels
- Get names of all note models.getModel
- Get details of a specific note model.addNote
&addNotes
- Create notes with specified parameters.