📄 skillActiveExperimentalmedium

anki-mcp-server

by nailuoGG

MCP server for Anki via AnkiConnect

Supported Platforms

🤖 Claude Code

Stars

241

Skill Type

📖 Library & API Reference

Quality Score

57/200

License

Unknown

Forks

37

Last Updated

Jun 11, 2026

Discovered

Apr 17, 2026

Validation

Passed

github.com/nailuoGG/anki-mcp-server

Quality Breakdown

57/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Contains CLAUDE.md file which indicates persistent configuration modification capability
  • MCP server architecture enables autonomous tool execution without explicit user approval for each action (list_decks, create_note, delete_note, update_note, search_notes)
  • Integrates with external application (Anki) through AnkiConnect, creating indirect system state modification
  • CI/CD workflows present (beta-release.yml, release.yml) indicating automated deployment capabilities
  • Package.json and build tooling (tsup, jest) suggest code execution environment
  • No explicit approval gates mentioned for destructive operations (delete_note, update_note)