Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.arielbk/anki-mcp

NPM · @ARIELBK/ANKI-MCP · SCANNED AUG 8

MCP server for integrating with Anki flashcards through conversational AI

Available components

+47 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 33 of 109 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability27
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 2597 tokens (~26/item across 98 items; 91 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage33
  • 0% of tools have a non-trivial description (not blank, and not just the tool's name).Fail
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @arielbk/anki-mcp

# add to Claude Code
claude mcp add arielbk-anki-mcp -- npx -y @arielbk/anki-mcp
# add to Codex CLI
codex mcp add arielbk-anki-mcp -- npx -y @arielbk/anki-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "arielbk-anki-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@arielbk/anki-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add arielbk-anki-mcp --command npx --arg -y --arg @arielbk/anki-mcp
# ~/.hermes/config.yaml
mcp_servers:
  arielbk-anki-mcp:
    command: "npx"
    args: ["-y", "@arielbk/anki-mcp"]
// mcp.json
{
  "mcpServers": {
    "arielbk-anki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@arielbk/anki-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Aug 26 +4
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.86 functional
  • 5 Aug 26 +2
    • CVE-2026-69207 no longer affects this package security
    • Known CVEs: fail → partial security
  • 4 Aug 26 +3
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
    • Stability: unverified → 0.30 functional
  • 2 Aug 26 +37
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → poor functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 34

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 8 Aug 2026 · Analysed npm/@arielbk/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 109 packages
Packages resolved 109
Stale 33
Tree resolution Complete
MCP tools · 91 exposed · ~2,553 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_note ~79

No description provided.

NameTypeReqDescription
deckNamestringyesName of the deck to add the note to
fieldsobjectyesObject with field names as keys and field content as values
modelNamestringyesName of the note model/type (e.g., "Basic", "Cloze")
tagsarrayArray of tags to add to the note

No output schema declared.

No examples provided.

add_notes ~17

No description provided.

NameTypeReqDescription
notesarrayyesArray of notes to add

No output schema declared.

No examples provided.

add_tags_to_notes ~37

No description provided.

NameTypeReqDescription
noteIdsarrayyesArray of note IDs to add tags to
tagsstringyesSpace-separated string of tags to add

No output schema declared.

No examples provided.

answer_cards ~16

No description provided.

NameTypeReqDescription
answersarrayyesArray of card answers

No output schema declared.

No examples provided.

api_reflect ~33

No description provided.

NameTypeReqDescription
actionsList of action names to reflect, or null for all
scopesarrayyesScopes to reflect

No output schema declared.

No examples provided.

can_add_notes ~18

No description provided.

NameTypeReqDescription
notesarrayyesArray of notes to validate

No output schema declared.

No examples provided.

card_reviews ~36

No description provided.

NameTypeReqDescription
deckstringyesName of the deck to get reviews for
startIDnumberyesLatest unix time not included in the result

No output schema declared.

No examples provided.

cards_to_notes ~23

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to get note IDs for

No output schema declared.

No examples provided.

change_deck ~37

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to move
targetDeckstringyesName of the target deck to move cards to

No output schema declared.

No examples provided.

check_card_suspended ~19

No description provided.

NameTypeReqDescription
cardIdnumberyesCard ID to check

No output schema declared.

No examples provided.

check_cards_due ~20

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to check

No output schema declared.

No examples provided.

check_cards_suspended ~21

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to check

No output schema declared.

No examples provided.

clear_unused_tags ~6

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

clone_deck_config ~39

No description provided.

NameTypeReqDescription
newConfigNamestringyesName for the new cloned configuration
sourceConfigIdnumberyesID of the deck configuration to clone from

No output schema declared.

No examples provided.

create_deck ~20

No description provided.

NameTypeReqDescription
deckNamestringyesName of the deck to create

No output schema declared.

No examples provided.

create_model ~82

No description provided.

NameTypeReqDescription
cardTemplatesarrayyesArray of card templates with Front and Back content
cssstringCustom CSS styling for the model
inOrderFieldsarrayyesArray of field names in order
isClozebooleanWhether the model should be a cloze type
modelNamestringyesName of the model to create

No output schema declared.

No examples provided.

delete_decks ~38

No description provided.

NameTypeReqDescription
deckNamesarrayyesArray of deck names to delete
deleteCardsbooleanWhether to delete the cards in the decks as well

No output schema declared.

No examples provided.

delete_media_file ~20

No description provided.

NameTypeReqDescription
filenamestringyesName of the media file to delete

No output schema declared.

No examples provided.

delete_notes ~19

No description provided.

NameTypeReqDescription
noteIdsarrayyesArray of note IDs to delete

No output schema declared.

No examples provided.

export_package ~47

No description provided.

NameTypeReqDescription
deckNamestringyesName of the deck to export
filePathstringyesPath where to save the exported package
includeSchedbooleanWhether to include scheduling information

No output schema declared.

No examples provided.

find_and_replace_in_models ~84

No description provided.

NameTypeReqDescription
backbooleanyesWhether to search in back templates
cssbooleanyesWhether to search in CSS
fieldTextstringyesText to find
frontbooleanyesWhether to search in front templates
modelNamestringyesName of the model to search in
replaceTextstringyesText to replace with

No output schema declared.

No examples provided.

find_cards ~19

No description provided.

NameTypeReqDescription
querystringyesAnki search query to find cards

No output schema declared.

No examples provided.

find_notes ~49

No description provided.

NameTypeReqDescription
includeInfobooleanWhether to include detailed note information
limitnumberMaximum number of notes to return detailed info for
querystringyesAnki search query to find notes

No output schema declared.

No examples provided.

forget_cards ~19

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to forget

No output schema declared.

No examples provided.

get_active_profile ~6

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_cards_ease_factors ~26

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to get ease factors for

No output schema declared.

No examples provided.

get_cards_info ~22

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to get information for

No output schema declared.

No examples provided.

get_cards_intervals ~45

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to get intervals for
completebooleanIf true, returns all intervals; if false, returns only the most recent

No output schema declared.

No examples provided.

get_cards_mod_time ~24

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to get modification time for

No output schema declared.

No examples provided.

get_collection_stats_html ~23

No description provided.

NameTypeReqDescription
wholeCollectionbooleanyesWhether to get stats for the whole collection

No output schema declared.

No examples provided.

get_latest_review_id ~24

No description provided.

NameTypeReqDescription
deckstringyesName of the deck to get latest review ID for

No output schema declared.

No examples provided.

get_media_dir_path ~7

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_media_files_names ~30

No description provided.

NameTypeReqDescription
patternstringyesPattern to match media file names (e.g., "*.jpg", "*audio*")

No output schema declared.

No examples provided.

get_num_cards_reviewed_by_day ~10

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_num_cards_reviewed_today ~9

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_profiles ~5

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_reviews_of_cards ~23

No description provided.

NameTypeReqDescription
cardIdsarrayyesArray of card IDs to get reviews for

No output schema declared.

No examples provided.

get_version ~5

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gui_add_cards ~70

No description provided.

NameTypeReqDescription
deckNamestringyesName of the deck to add the note to
fieldsobjectyesObject with field names as keys and field content as values
modelNamestringyesName of the note model/type
tagsarrayArray of tags to add to the note

No output schema declared.

No examples provided.

gui_answer_card ~35

No description provided.

NameTypeReqDescription
easenumberyesEase rating: 1 (Again), 2 (Hard), 3 (Good), 4 (Easy)

No output schema declared.

No examples provided.

gui_browse ~30

No description provided.

NameTypeReqDescription
querystringyesSearch query to browse cards
reorderCardsobjectOptional reordering configuration

No output schema declared.

No examples provided.

gui_check_database ~6

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gui_current_card ~6

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gui_deck_browser ~7

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gui_deck_overview ~24

No description provided.

NameTypeReqDescription
deckNamestringyesName of the deck to view overview for

No output schema declared.

No examples provided.

gui_deck_review ~22

No description provided.

NameTypeReqDescription
deckNamestringyesName of the deck to start reviewing

No output schema declared.

No examples provided.

gui_edit_note ~20

No description provided.

NameTypeReqDescription
noteIdnumberyesID of the note to edit

No output schema declared.

No examples provided.

gui_exit_anki ~7

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gui_import_file ~20

No description provided.

NameTypeReqDescription
filePathstringyesPath to the file to import

No output schema declared.

No examples provided.

gui_select_card ~20

No description provided.

NameTypeReqDescription
cardIdnumberyesID of the card to select

No output schema declared.

No examples provided.