mankey-cli

Installation
SKILL.md

Mankey CLI & MCP Tool Reference

Mankey is an MCP server and CLI for managing Anki via Anki-Connect. All commands use npx -y mankey or the local bun bin/mankey.ts.

Quick Start

# Start MCP server (default)
npx -y mankey

# CLI commands
npx -y mankey tools                        # List all tools
npx -y mankey deck list                    # List decks
npx -y mankey note add --deck Default --model Basic --front "Q" --back "A"
npx -y mankey run <toolName> '<json>'      # Run any tool by name

Global option: --url <url> overrides Anki-Connect URL (default: http://127.0.0.1:8765, env: ANKI_CONNECT_URL).

Installs
2
GitHub Stars
3
First Seen
Feb 14, 2026
mankey-cli — briansunter/mankey