mcp-server-anki

mcp-server-anki

3.4

The mcp-anki-server is a Model Context Protocol (MCP) server designed to integrate with Anki, a popular flashcard application, using Anki Connect and the uv tool.

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