ankimcp/anki-mcp-server
If you are the rightful owner of anki-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Anki MCP Server is a Model Context Protocol server that integrates Anki with AI assistants, enhancing the learning experience through natural language interaction.
Tools
Functions exposed to the LLM to take actions
sync
Sync with AnkiWeb
get_due_cards
Get cards for review
present_card
Show card for review
rate_card
Rate card performance
list_decks
Show available decks
createDeck
Create new decks
addNote
Create new notes
findNotes
Search for notes using Anki query syntax
notesInfo
Get detailed information about notes (fields, tags, CSS)
updateNoteFields
Update existing note fields (CSS-aware, supports HTML)
deleteNotes
Delete notes and their cards
mediaActions
Manage media files (audio/images)
storeMediaFile
Upload media from base64 data, file paths, or URLs
retrieveMediaFile
Download media as base64
getMediaFilesNames
List media files with optional pattern filtering
deleteMediaFile
Remove media files
modelNames
List note types
modelFieldNames
Get fields for a note type
modelStyling
Get CSS styling for a note type
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client