anki-mcp/anki-mcp-desktop
Enterprise-grade Anki integration with natural language interaction, comprehensive note/deck management, and one-click MCPB installation. Built on NestJS with comprehensive test coverage.
Quick Start
Clone the repository:
git clone https://github.com/anki-mcp/anki-mcp-desktopClaude Desktop configuration example:
{
"mcpServers": {
"anki-mcp-desktop": {
"command": "npx",
"args": [
"-y",
"anki-mcp/anki-mcp-desktop"
]
}
}
}Check the repository README for specific installation and configuration instructions.