anki-mcp-server

general MCP Server

MCP server for Anki via AnkiConnect

VerifiedInstall ReadyReviewed
generalgeneral
3 views241 stars37 forksv0.1.8MIT

Why This Matters

Discovered via github-seeds:mcp-hot and last synced 3mo ago.

VerifiedInstall ReadyReviewed
Source
github-seeds:mcp-hot
Stars
241
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx anki-mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "npx",
      "args": [
        "anki-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

12
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (12)

list_decks

List all available Anki decks

create_note_type

Create a new note type

list_note_types

List all available note types

create_note

Create a new note (Basic or Cloze)

sync

Trigger AnkiWeb sync (fire-and-forget; success means Anki accepted the request, not that AnkiWeb received the data — a blocking dialog in Anki can silently keep the sync queued)

batch_create_notes

Create multiple notes at once

update_note

Update an existing note

search_notes

Search for notes using Anki query syntax

delete_note

Delete a note

get_note_info

Get detailed information about a note

create_deck

Create a new Anki deck

get_note_type_info

Get detailed structure of a note type