mcpbeat Sign in

AnkiMCP Server

local only

AnkiMCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.

Installs / week
not published
75
Stars
3 open issues
10 Sep 2026
Last commit
from GitHub
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command tools/preview_description.py:87
        subprocess.run([opener, str(path)], check=False)
Reads files and sends them to the network anki_mcp_server/dependency_loader.py:453
        for sibling in parent.iterdir():

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to AnkiMCP Server

same job, measured the same way
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
OneSchema MCP Server
by oneschema

MCP server that lets AI assistants use all OneSchema features exposed via the public API.

answering
Infrahub MCP
by opsmill

An MCP server connects your AI assistants to Infrahub using the open MCP standard.

143 installs/wk local only
Autodesk Revit MCP Server
by sam-aec

MCP server connecting AI assistants to Autodesk Revit through a local bridge.

local only
DICOMweb MCP Server
by pantelisgeorgiadis

MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.

27 installs/wk local only
Datacron
by vblackjack

Local-first MCP server that exposes a Markdown vault through MCP.

1 802 installs/wk local only
mcp-me
by paladini

Expose your personal, professional, educational, and social profile to any AI assistant via MCP.

66 installs/wk local only
Aruba Central MCP
by shigechika

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

323 installs/wk local only

AnkiMCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for AnkiMCP Server?
AnkiMCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is AnkiMCP Server open source?
We cannot say either way: written in Python, 75 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.