Skip to main content
Glama

Anki MCP Server

by CamdenClark

anki_add_notes

Add multiple flashcards to a specified Anki deck using structured input for front and back content, enabling efficient batch note creation via the Anki MCP Server.

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" }
Install Server

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

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