Anki MCP Server

by nietus

anki_add_notes

Add multiple flashcards to a specified Anki deck programmatically using the Anki MCP Server, enabling efficient management and organization of study materials.

Instructions

Add multiple flashcards to an Anki deck

Input Schema

NameRequiredDescriptionDefault
cardsYes
deckNameYesThe target deck name

Input Schema (JSON Schema)

{ "properties": { "cards": { "items": { "properties": { "back": { "type": "string" }, "front": { "type": "string" } }, "required": [ "front", "back" ], "type": "object" }, "type": "array" }, "deckName": { "description": "The target deck name", "type": "string" } }, "required": [ "deckName", "cards" ], "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