Odel
anki mcp

anki mcp

Local
@arielbk11TypeScriptMITUpdated 3mo ago

MCP server for integrating with Anki flashcards through conversational AI

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@arielbk/anki-mcpv0.3.2

Run

npx -y @arielbk/anki-mcp

MCP client config

{
  "mcpServers": {
    "anki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@arielbk/anki-mcp"
      ]
    }
  }
}