Skip to main content
Glama
stefanwille

Anki MCP Server

by stefanwille

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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