📄 skillActiveExperimentalmedium
anki-mcp-server
by nailuoGG
MCP server for Anki via AnkiConnect
Supported Platforms
🤖 Claude Code
Quality Breakdown
57/ 200
Content Signals
Repo Health
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.
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)