1. Conduid
  2. Developer Tools
  3. Anki
MCP server · Developer Tools

Anki

MCP Server for Anki via AnkiConnect

Unclaimed MIT last commit a year ago devtools
45Fair

Scored 2 days ago · breakdown

About Anki

Anki is an MCP server published by cdpath in the Developer Tools category: mCP Server for Anki via AnkiConnect. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-anki

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Anki

Powered by Claude · Grounded in docs

I know everything about Anki. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

0.2.00.2.0 · 15 Jul 2025
0.1.50.1.5 · 15 Jul 2025
0.1.40.1.4 · 15 Jul 2025
0.1.30.1.3 · 10 Apr 2025
0.1.20.1.2 · 9 Apr 2025

README

mcp-anki-server

for go version, see https://github.com/cdpath/anki-mcp

prerequisite

usage

cursor

update .mcp.json to add the following:

{
    "mcpServers": {
      "anki": {
        "command": "uvx",
        "args": ["mcp-server-anki"],
        "env": {},
        "disabled": false,
        "autoApprove": []
      }
    }
}

chatwise

Go to Settings -> Tools -> Add and use the following config:

Type: stdio
ID: Anki
Command: uvx mcp-server-anki

local development

uv --directory $HOME/Developer/mcp-server-anki/src/mcp_server_anki run server.py

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Anki

How do I install Anki?

Run npx mcp-server-anki, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Anki safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Anki still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.