← Index

io.github.nailuoGG/anki-mcp-server

io.github.nailuoGG/anki-mcp-server·v0.1.8·Other
Quality Score
56
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anki-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anki-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y anki-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
11
completeness
5
installability
25
documentation
10
stability
5
§04  Alternatives in Other