io.github.arielbk/anki-mcp
NPM · @ARIELBK/ANKI-MCP · SCANNED AUG 8
MCP server for integrating with Anki flashcards through conversational AI
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 76 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add arielbk-anki-mcp -- npx -y @arielbk/anki-mcp
codex mcp add arielbk-anki-mcp -- npx -y @arielbk/anki-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"arielbk-anki-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@arielbk/anki-mcp"
],
"enabled": true
}
}
} openclaw mcp add arielbk-anki-mcp --command npx --arg -y --arg @arielbk/anki-mcp
mcp_servers:
arielbk-anki-mcp:
command: "npx"
args: ["-y", "@arielbk/anki-mcp"] {
"mcpServers": {
"arielbk-anki-mcp": {
"command": "npx",
"args": [
"-y",
"@arielbk/anki-mcp"
]
}
}
} 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.
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 |
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.
add_note ~79
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deckName | string | yes | Name of the deck to add the note to |
| fields | object | yes | Object with field names as keys and field content as values |
| modelName | string | yes | Name of the note model/type (e.g., "Basic", "Cloze") |
| tags | array | – | Array of tags to add to the note |
No output schema declared.
No examples provided.
add_notes ~17
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | Array of notes to add |
No output schema declared.
No examples provided.
add_tags_to_notes ~37
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| noteIds | array | yes | Array of note IDs to add tags to |
| tags | string | yes | Space-separated string of tags to add |
No output schema declared.
No examples provided.
answer_cards ~16
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| answers | array | yes | Array of card answers |
No output schema declared.
No examples provided.
api_reflect ~33
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| actions | – | – | List of action names to reflect, or null for all |
| scopes | array | yes | Scopes to reflect |
No output schema declared.
No examples provided.
can_add_notes ~18
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | Array of notes to validate |
No output schema declared.
No examples provided.
card_reviews ~36
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deck | string | yes | Name of the deck to get reviews for |
| startID | number | yes | Latest unix time not included in the result |
No output schema declared.
No examples provided.
cards_to_notes ~23
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to get note IDs for |
No output schema declared.
No examples provided.
change_deck ~37
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to move |
| targetDeck | string | yes | Name of the target deck to move cards to |
No output schema declared.
No examples provided.
check_card_suspended ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardId | number | yes | Card ID to check |
No output schema declared.
No examples provided.
check_cards_due ~20
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to check |
No output schema declared.
No examples provided.
check_cards_suspended ~21
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| newConfigName | string | yes | Name for the new cloned configuration |
| sourceConfigId | number | yes | ID of the deck configuration to clone from |
No output schema declared.
No examples provided.
create_deck ~20
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deckName | string | yes | Name of the deck to create |
No output schema declared.
No examples provided.
create_model ~82
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardTemplates | array | yes | Array of card templates with Front and Back content |
| css | string | – | Custom CSS styling for the model |
| inOrderFields | array | yes | Array of field names in order |
| isCloze | boolean | – | Whether the model should be a cloze type |
| modelName | string | yes | Name of the model to create |
No output schema declared.
No examples provided.
delete_decks ~38
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deckNames | array | yes | Array of deck names to delete |
| deleteCards | boolean | – | Whether to delete the cards in the decks as well |
No output schema declared.
No examples provided.
delete_media_file ~20
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | yes | Name of the media file to delete |
No output schema declared.
No examples provided.
delete_notes ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| noteIds | array | yes | Array of note IDs to delete |
No output schema declared.
No examples provided.
export_package ~47
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deckName | string | yes | Name of the deck to export |
| filePath | string | yes | Path where to save the exported package |
| includeSched | boolean | – | Whether to include scheduling information |
No output schema declared.
No examples provided.
find_and_replace_in_models ~84
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| back | boolean | yes | Whether to search in back templates |
| css | boolean | yes | Whether to search in CSS |
| fieldText | string | yes | Text to find |
| front | boolean | yes | Whether to search in front templates |
| modelName | string | yes | Name of the model to search in |
| replaceText | string | yes | Text to replace with |
No output schema declared.
No examples provided.
find_cards ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Anki search query to find cards |
No output schema declared.
No examples provided.
find_notes ~49
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| includeInfo | boolean | – | Whether to include detailed note information |
| limit | number | – | Maximum number of notes to return detailed info for |
| query | string | yes | Anki search query to find notes |
No output schema declared.
No examples provided.
forget_cards ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to get ease factors for |
No output schema declared.
No examples provided.
get_cards_info ~22
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to get information for |
No output schema declared.
No examples provided.
get_cards_intervals ~45
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to get intervals for |
| complete | boolean | – | If 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array of card IDs to get modification time for |
No output schema declared.
No examples provided.
get_collection_stats_html ~23
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| wholeCollection | boolean | yes | Whether to get stats for the whole collection |
No output schema declared.
No examples provided.
get_latest_review_id ~24
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deck | string | yes | Name 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.
| Name | Type | Req | Description |
|---|---|---|---|
| pattern | string | yes | Pattern 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cardIds | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deckName | string | yes | Name of the deck to add the note to |
| fields | object | yes | Object with field names as keys and field content as values |
| modelName | string | yes | Name of the note model/type |
| tags | array | – | Array of tags to add to the note |
No output schema declared.
No examples provided.
gui_answer_card ~35
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| ease | number | yes | Ease rating: 1 (Again), 2 (Hard), 3 (Good), 4 (Easy) |
No output schema declared.
No examples provided.
gui_browse ~30
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query to browse cards |
| reorderCards | object | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| deckName | string | yes | Name of the deck to view overview for |
No output schema declared.
No examples provided.
gui_deck_review ~22
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| deckName | string | yes | Name of the deck to start reviewing |
No output schema declared.
No examples provided.
gui_edit_note ~20
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| noteId | number | yes | ID 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.
| Name | Type | Req | Description |
|---|---|---|---|
| filePath | string | yes | Path to the file to import |
No output schema declared.
No examples provided.
gui_select_card ~20
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cardId | number | yes | ID of the card to select |
No output schema declared.
No examples provided.