Skip to main content
Other Tools and IntegrationsTypeScript

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.

other-tools-and-integrationslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/anki-mcp/anki-mcp-desktop

Claude 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.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
anki-mcp