mcp-anki-server logo

mcp-anki-server

by cdpath

This server integrates with Anki, allowing it to be used with other applications. It requires Anki Desktop, Anki Connect, and uv to function.

View on GitHub

Last updated: N/A

mcp-anki-server

prerequisite

usage

cursor

update .mcp.json to add the following:

{
    "mcpServers": {
      "anki": {
        "command": "uvx",
        "args": ["mcp-server-anki"],
        "env": {},
        "disabled": false,
        "autoApprove": []
      }
    }
}

chatwise

Go to Settings -> Tools -> Add and use the following config:

Type: stdio
ID: Anki
Command: uvx mcp-server-anki

local development

uv --directory $HOME/Developer/mcp-server-anki/src/mcp_server_anki run server.py