Anki MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_decksA | Get all deck names from Anki |
| list_cardsC | List card sides in a deck (uses Basic model). |
| create_cardsA | Add Basic note(s) to a deck. Duplicates skipped (null noteId in results). |
| update_cardC | Update an existing card's content |
| delete_cardsB | Delete one or more cards from Anki by their note IDs |
| create_deckC | Create a new deck in Anki |
| delete_deckA | Delete deck, nested decks, and all their cards. |
| rename_deckC | Rename a deck in Anki |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanwille/anki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server