MCP.so
登录

Anki Mcp Server

@scorzeth

关于 Anki Mcp Server

An MCP server for Anki

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

scorzeth

提交者

L L

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

4

Marks cards with given card IDs as answered and gives them an ease score between 1 (Again) and 4 (Easy)

Creates a new card in the Default Anki deck

Returns n number of cards currently due for review

Returns n number of cards from new

概览

What is Anki Mcp Server?

An MCP server that connects to a locally running Anki desktop app via the Anki-Connect add-on, enabling card review and creation. It is for users who want to automate Anki study workflows, especially through AI assistants like Claude.

How to use Anki Mcp Server?

Install the Anki-Connect add-on in Anki, then clone the repository and run npm install && npm run build. Configure the built server in your MCP client (e.g., Claude Desktop) by adding the server binary path to the mcpServers configuration file.

Key features of Anki Mcp Server

  • Exposes Anki search results as MCP resources
  • Provides tools to update, add, and retrieve cards
  • Supports deck:current, is:due, and is:new filters
  • Built with Node.js for easy local execution

Use cases of Anki Mcp Server

  • Automatically fetch due cards for review in an AI chat
  • Add new cards programmatically from external sources
  • Mark cards as answered with a chosen ease score
  • Integrate Anki study sessions into AI-driven workflows

FAQ from Anki Mcp Server

What prerequisites are needed?

You must have the Anki desktop app installed and the Anki-Connect add‑on enabled.

How do I configure the server for Claude Desktop?

Add the server to your claude_desktop_config.json (path varies by OS) with the command pointing to the built index.js file.

What resources does the server expose?

It exposes three search URIs: anki://search/deckcurrent, anki://search/isdue, and anki://search/isnew, returning corresponding cards.

How can I debug the server?

Use the MCP Inspector by running npm run inspector, which provides a browser‑based debugging URL.

Does the server require authentication or cloud services?

No. It communicates only with the local Anki instance over stdio; no external network or authentication is needed.

评论

其他 分类下的更多 MCP 服务器