Skip to main content
Glama
ctjmaxwell

Anki Flashcard MCP

by ctjmaxwell

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_anki_noteC
    Adds a SINGLE Anki note. Use this for adding one card at a time.

    :param deck: The name of the deck to add the note to.
    :param front: The content for the front of the card.
    :param back: The content for the back of the card.
    :param tags: A list of tags to add to the note.
    
add_multiple_anki_notesB
    Adds a BATCH of multiple Anki notes in a single, efficient operation. Use this for adding more than one card at once.

    :param deck: The name of the deck to add the notes to.
    :param notes: A list of notes to add. Each note should be a dictionary with "Front" and "Back" keys.
    :param tags: A list of tags to add to every note in the batch.
    

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/ctjmaxwell/anki-flashcard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server