Anki MCP Server

by nietus

anki_add_note

Add flashcards to Anki decks programmatically by specifying deck name, front, and back content for efficient learning and review management.

Instructions

Add a flashcard to an Anki deck

Input Schema

NameRequiredDescriptionDefault
backYesBack of the flashcard
deckNameYesThe target deck name
frontYesFront of the flashcard

Input Schema (JSON Schema)

{ "properties": { "back": { "description": "Back of the flashcard", "type": "string" }, "deckName": { "description": "The target deck name", "type": "string" }, "front": { "description": "Front of the flashcard", "type": "string" } }, "required": [ "deckName", "front", "back" ], "type": "object" }

You must be authenticated.

Other Tools from Anki MCP Server

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

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