Back to directory
dhkim0124/anki-mcp-server

dhkim0124/anki-mcp-server

@dhkim0124

A Model Context Protocol (MCP) server that connects Claude to Anki. This integration allows you to create and manage flashcards in Anki using natural language commands with Claude.

ankiflashcardsspaced-repetitionlearningmcp-servereducationstudyclaudetool

Installation & Configuration

{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "python",
      "args": [
        "/absolute/path/to/anki_server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17