Enables AI assistants to interact with Anki flashcard decks via the AnkiConnect plugin.
An MCP server that enables AI assistants like Claude to interact with Anki flashcard decks through the Model Context Protocol (MCP).
git clone https://github.com/yourusername/clanki.git
cd clanki
npm install
npm run build
Make sure Anki is running and the AnkiConnect plugin is installed and enabled
Configure Claude for Desktop to use the server by editing claude_desktop_config.json
:
{
"mcpServers": {
"clanki": {
"command": "node",
"args": ["/absolute/path/to/clanki/build/index.js"]
}
}
}
Replace /absolute/path/to/clanki
with the actual path to your clanki installation.
Creates a new Anki deck
name
: Name for the new deckCreates a new basic flashcard in a specified deck
deckName
: Name of the deck to add the card tofront
: Front side content of the cardback
: Back side content of the cardtags
: (Optional) Array of tags for the cardCreates a new cloze deletion card in a specified deck
deckName
: Name of the deck to add the card totext
: Text containing cloze deletions using {{c1::text}} syntaxbackExtra
: (Optional) Extra information to show on the back of the cardtags
: (Optional) Array of tags for the cardUpdates an existing basic flashcard
noteId
: ID of the note to updatefront
: (Optional) New front side contentback
: (Optional) New back side contenttags
: (Optional) New tags for the cardUpdates an existing cloze deletion card
noteId
: ID of the note to updatetext
: (Optional) New text with cloze deletionsbackExtra
: (Optional) New extra information for the backtags
: (Optional) New tags for the cardTo modify or extend the server:
src/index.ts
npm run build
npx @modelcontextprotocol/inspector node build/index.js
Full implementation of Todoist Rest API for MCP server
Premium memory consistent across all AI applications.
Manage WordPress sites and create content with AI-generated featured images.
Provides tech radar recommendations, customer management, product catalog, and invoicing functionality using external JSON data files.
Interacting with Obsidian via REST API
Dynamic and reflective problem-solving through thought sequences
A command-line tool to fetch Google Calendar schedules and convert them into custom prompts or text snippets using a template engine.
Automates marketing operations with AI-powered optimization, real-time analytics, and multi-platform integration.
Interact with the accounting data in your business using our official MCP server
A laundry planning assistant that uses preferences and real-time weather forecasts.