Skip to content
Cline

anki mcp server for Cline

io.github.nailuogg/anki-mcp-server

MCP server enabling LLMs to interact with Anki flashcard software through AnkiConnect

client:Cline transport:stdio runtime:npm

Install anki mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

anki mcp server in other clients