This MCP server connects Anki flashcards with AI assistants, enabling interactive learning, content creation, and analytics for study materials.
From the registry: MCP server for integrating with Anki flashcards through conversational AI
$ npm install -g @arielbk/anki-mcpPlease install the `anki-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Anki** — Download and install Anki (https://apps.ankiweb.net/)
- **Install AnkiConnect plugin** — In Anki: Tools -> Add-ons -> Get Add-ons, enter code 2055492159, then restart Anki
- **Install anki-mcp globally** — Install the anki-mcp package globally via npm Run: `npm install -g @arielbk/anki-mcp`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@arielbk/anki-mcp"]
- optional environment variables:
- `ANKI_CONNECT_HOST`: AnkiConnect host (example: `localhost`)
- `ANKI_CONNECT_PORT`: AnkiConnect port (example: `8765`)
Note: Requires Anki running with AnkiConnect plugin installed. Connects to AnkiConnect on localhost:8765 by default.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ANKI_CONNECT_HOSTrequiredHost address for AnkiConnect.ANKI_CONNECT_PORTrequiredPort number for AnkiConnect.Atlassian Rovo MCP Server