anki-mcp-server

debnath-d/anki-mcp-server
★ 0 stars Python Memory/Knowledge Updated today
Model Context Protocol (MCP) server for managing Anki flashcards, decks, notetypes, tags, and media with Universal File-Based I/O
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "uvx",
      "args": [
        "anki-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install anki-mcp-server