Skip to main content
Glama

Anki MCP

by arielbk

gui_add_cards

Add flashcards to a specified Anki deck using a note model, populate fields, and apply tags for organized learning.

Input Schema

NameRequiredDescriptionDefault
deckNameYesName of the deck to add the note to
fieldsYesObject with field names as keys and field content as values
modelNameYesName of the note model/type
tagsNoArray of tags to add to the note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deckName": { "description": "Name of the deck to add the note to", "type": "string" }, "fields": { "additionalProperties": { "type": "string" }, "description": "Object with field names as keys and field content as values", "type": "object" }, "modelName": { "description": "Name of the note model/type", "type": "string" }, "tags": { "description": "Array of tags to add to the note", "items": { "type": "string" }, "type": "array" } }, "required": [ "deckName", "modelName", "fields" ], "type": "object" }
Install Server

Other Tools from Anki MCP

Related Tools

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

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