← Index

io.github.arielbk/anki-mcp

io.github.arielbk/anki-mcp·v0.3.2·Other
Quality Score
65
/100

MCP server for integrating with Anki flashcards through conversational AI

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