Anki MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| update_cards | After the user answers cards you've quizzed them on, use this tool to mark them answered and update their ease |
| add_card | Create a new flashcard in Anki for the user. Must use HTML formatting only. IMPORTANT FORMATTING RULES:
|
| get_due_cards | Returns a given number (num) of cards due for review. |
| get_new_cards | Returns a given number (num) of new and unseen cards. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current Deck | Current Anki deck |
| Due cards | Cards in review and learning waiting to be studied |
| New cards | All unseen cards |
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/scorzeth/anki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server