Back to MCP Servers
🔌

anki-mcp/anki-mcp-desktop

MITAPI key required

📇 🏠 🍎 🪟 🐧 - Enterprise-grade Anki integration with natural language interaction, comprehensive note/deck management, and one-click MCPB installation. Built on NestJS with comprehensive test cover

TypeScriptProductivity

Install

npx -y @ankimcp/anki-mcp-server

Required environment variables

ANKI_CONNECT_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "anki-mcp-anki-mcp-desktop": {
      "command": "npx",
      "args": [
        "-y",
        "@ankimcp/anki-mcp-server"
      ],
      "env": {
        "ANKI_CONNECT_API_KEY": "<YOUR_ANKI_CONNECT_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.