captain-blue210_anki-mcp-server

captain-blue210_anki-mcp-server

0

The Anki MCP Server is a Model Context Protocol server for Claude Desktop that interfaces with Anki using the AnkiConnect API. Its primary function is to retrieve and manage flashcards tagged as leeches and to provide comprehensive data for study analysis. Key features include card data retrieval and tagging capabilities.

node
{
  "mcpServers": {
    "anki": {
      "command": "node",
      "args": [
        "path/to/anki-mcp-server/dist/index.js"
      ]
    }
  }
}