← Browse

@arielbk/anki-mcp

A

MCP server package @arielbk/anki-mcp

mcp_servermcp

Install

agr install @arielbk/anki-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@arielbk/anki-mcp", "mcpName": "io.github.arielbk/anki-mcp", "version": "0.5.0", "description": "MCP server for integrating with Anki flashcards through conversational AI", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "https://github.com/arielbk/anki-mcp" }, "homepage": "https://github.com/arielbk/anki-mcp#readme", "bugs": { "url": "https://github.com/arielbk/anki-mcp/issues" }, "bin": { "anki-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "format": "prettier --write .", "format:check": "prettier --check .", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "inspect:http": "npx @modelcontextprotocol/inspector --transport http --server-url http://127.0.0.1:3000/mcp", "test": "echo "Error: no test specified" && exit 1", "prepublishOnly": "pnpm clean && pnpm typecheck && pnpm lint && pnpm build" }, "keywords": [ "anki", "mcp", "model-context-protocol", "flashcards", "ankiconnect", "spaced-repetition", "learning", "ai", "chatbot", "study" ], "author": "arielbk", "license": "MIT", "packageManager": "pnpm@10.10.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "express": "^5.2.1", "yanki-connect": "^2.2.3", "zod": "^4.0.0" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.21.2", "@types/express": "^5.0.3", "@types/node": "^24.0.10", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.1", "globals": "^16.3.0", "prettier": "^3.6.2", "tsup": "^8.5.0", "typescript": "^5.8.3" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-ebfc5468a0e02026-08-06