mcpbeat Sign in

Anki MCP Server

local only

Anki MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 23 May 2026.

MCP server for integrating with Anki flashcards through conversational AI

Installs per day peak 31 · avg 11 · +42% w/w
a month agotoday
63
Installs / week
npm · @arielbk/anki-mcp
11
Stars
0 open issues
23 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Anki MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add anki-mcp -- npx -y @arielbk/anki-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anki-mcp": {
      "args": [
        "-y",
        "@arielbk/anki-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anki-mcp]
command = "npx"
args = ["-y", "@arielbk/anki-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "anki-mcp": {
      "args": [
        "-y",
        "@arielbk/anki-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anki-mcp": {
      "args": [
        "-y",
        "@arielbk/anki-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Anki MCP

same job, measured the same way
I
Anki MCP Server
by nailuogg

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

121 installs/wk local only
MCP Turso Cloud
by spences10

MCP server for integrating Turso with LLMs

78 installs/wk local only
Godot MCP
by tomyud1

MCP server for Godot game engine integration — control the Godot editor with AI

462 installs/wk local only
Godot MCP Bridge
by tomaslucasutn

MCP server for Godot game engine integration — control the Godot editor with AI

234 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
MCP Omnisearch
by spences10

MCP server for integrating Omnisearch with LLMs

262 installs/wk local only
Flashcards Open Source App
by flashcards-open-source-app

Read, write, and conversationally review open-source flashcards through split read/write MCP tools.

answering

Anki MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Anki MCP?
Anki MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @arielbk/anki-mcp was installed 63 times last week.
How do I connect Anki MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @arielbk/anki-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Anki MCP?
The npm package @arielbk/anki-mcp was installed 63 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Anki MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.