Skip to main content
Glama

Anki MCP

by arielbk

create_model

Design custom Anki card models by specifying fields, templates, and CSS. Supports both standard and cloze-type formats for flexible flashcard creation.

Input Schema

NameRequiredDescriptionDefault
cardTemplatesYesArray of card templates with Front and Back content
cssNoCustom CSS styling for the model
inOrderFieldsYesArray of field names in order
isClozeNoWhether the model should be a cloze type
modelNameYesName of the model to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cardTemplates": { "description": "Array of card templates with Front and Back content", "items": { "allOf": [ { "properties": { "Back": { "description": "Back template content", "type": "string" }, "Front": { "description": "Front template content", "type": "string" } }, "required": [ "Front", "Back" ], "type": "object" }, { "additionalProperties": { "type": "string" }, "type": "object" } ] }, "type": "array" }, "css": { "description": "Custom CSS styling for the model", "type": "string" }, "inOrderFields": { "description": "Array of field names in order", "items": { "type": "string" }, "type": "array" }, "isCloze": { "description": "Whether the model should be a cloze type", "type": "boolean" }, "modelName": { "description": "Name of the model to create", "type": "string" } }, "required": [ "modelName", "inOrderFields", "cardTemplates" ], "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