← Back to search

@x-mcp/anki

zlatanpham Scanned 11d ago

An MCP (Model Context Protocol) server that provides tools for interacting with the Anki API. This server allows AI assistants to manage Anki decks and cards through simple tool calls.

B
76.2 / 100

Versions

1.0.0latest
Aug 8, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 6

listDecks
annotations: none low

Create a new Anki deck

back string tags array front string limit number deckId string offset number cardType enum parameters object
createDeck
annotations: none low

Add multiple cards to a deck in batch

back string tags array front string deckId string cardType enum parameters object
addCardsBatch
annotations: none low

Add a single basic card to a deck

back string tags array front string deckId string cardType enum clozeText string parameters object
addBasicCard
annotations: none low

Add a cloze deletion card to a deck

back string tags array front string deckId string clozeText string parameters object includeLearning boolean
addClozeCard
annotations: none low

Get cards due for review with filtering options

back string tags array front string limit number deckId string clozeText string includeNew boolean parameters object includeReview boolean includeLearning boolean
getReviewQueue
annotations: none low

limit number deckId string includeNew boolean parameters object includeReview boolean includeLearning boolean

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 22

low
Tool 'listDecks' has no annotations annotation_checker · 100%
low
Tool 'createDeck' has no annotations annotation_checker · 100%
low
Tool 'addCardsBatch' has no annotations annotation_checker · 100%
low
Tool 'addBasicCard' has no annotations annotation_checker · 100%
low
Tool 'addClozeCard' has no annotations annotation_checker · 100%
low
Tool 'getReviewQueue' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: vitest@3.1.3 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: listDecks manifest_parser · 75%
info
Tool: createDeck manifest_parser · 75%
info
Tool: addCardsBatch manifest_parser · 75%
info
Tool: addBasicCard manifest_parser · 75%
info
Tool: addClozeCard manifest_parser · 75%
info
Tool: getReviewQueue manifest_parser · 75%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 16 components sbom_generator · 100%
high
Generic API Key Assignment found in zlatanpham-anki-mcp-e14c263/api-example.md secret_scanner · 75%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%