Back to MCP Servers

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-integrationsrag

Installation

npx -y anki-mcp-desktop

Configuration

{
  "mcpServers": {
    "anki-mcp-desktop": {
      "command": "npx",
      "args": ["-y", "anki-mcp-desktop"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub