mcpbeat Sign in

Anki MCP Server

local only

Anki MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from npm.

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

Installs per day peak 53 · avg 19 · -36% w/w
a month agotoday
121
Installs / week
npm · anki-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Anki MCP Server 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-server -- npx -y anki-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anki-mcp-server": {
      "args": [
        "-y",
        "anki-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anki-mcp-server]
command = "npx"
args = ["-y", "anki-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "anki-mcp-server": {
      "args": [
        "-y",
        "anki-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anki-mcp-server": {
      "args": [
        "-y",
        "anki-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Anki MCP Server

same job, measured the same way
MediaWiki MCP Server
by professionalwiki

MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools

1 086 installs/wk local only
Anki MCP
by arielbk

MCP server for integrating with Anki flashcards through conversational AI

63 installs/wk local only
MCP Bear
by jkawamoto

A MCP server for interacting with Bear note-taking software.

local only
MCP Server Couchbase
by couchbase

Couchbase MCP Server - Enable AI agents to connect to and interact with Couchbase clusters.

571 installs/wk local only
Localstack
by giovanemartins

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

30 installs/wk local only
MCP Flutterwave
by bajoski34

MCP Server to interact with Flutterwave APIs.

42 installs/wk local only
I
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

40 installs/wk local only
Microsoft 365 MCP Server
by softeria

Interact with Microsoft 365 and Office services through the Microsoft Graph API.

40 680 installs/wk local only

Anki MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Anki MCP Server?
Anki MCP Server 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 anki-mcp-server was installed 121 times last week.
How do I connect Anki MCP Server?
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 anki-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Anki MCP Server?
The npm package anki-mcp-server was installed 121 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.