Skip to main content
Glama

Anki MCP Server

by CamdenClark

anki_create_deck

Generate a new Anki flashcard deck by specifying the deck name. Integrate with the Anki MCP Server to organize and manage study materials effectively in your Anki workflow.

Instructions

Create a new Anki deck

Input Schema

NameRequiredDescriptionDefault
deckNameYesThe name of the deck to create

Input Schema (JSON Schema)

{ "properties": { "deckName": { "description": "The name of the deck to create", "type": "string" } }, "required": [ "deckName" ], "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