Anki MCP Server
by nailuoGG
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_decks | List all available Anki decks |
create_deck | Create a new Anki deck |
create_note | Create a new note (Basic or Cloze) |
batch_create_notes | Create multiple notes at once |
search_notes | Search for notes using Anki query syntax |
get_note_info | Get detailed information about a note |
update_note | Update an existing note |
delete_note | Delete a note |
list_note_types | List all available note types |
create_note_type | Create a new note type |