Skip to main content
Glama

Anki MCP 服务器

用于将 AI 助手与流行的间隔重复抽认卡软件 Anki 集成的模型上下文协议 (MCP) 服务器。

特征

该 MCP 服务器使 AI 助手能够通过以下工具与 Anki 进行交互:

工具

  • get-collection-overview :返回 Anki 集合的概述,如可用的卡组、可用的模型及其字段

  • add-or-update-notes :添加新注释或更新现有注释。允许一次性批量添加/更新多条注释。

  • get-cards-reviewed :获取每日审核的卡片数量

  • find-notes :允许使用Anki 搜索语法查询笔记

Related MCP server: Weather Service MCP Server

要求

  • 必须安装并运行 Anki

  • AnkiConnect插件必须安装在 Anki 中并运行

  • 此 MCP 服务器使用uv 。请按照官方说明安装uv

配置

克劳德桌面

  1. 打开您的 Claude Desktop 配置文件:

  • MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%/Claude/claude_desktop_config.json

  1. anki-mcp添加到mcpServers部分:

"mcpServers": {
  "anki-mcp": {
    "command": "uvx",
    "args": [
      "anki-mcp"
    ]
  }
}
  1. 重新启动 Claude Desktop。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johwiebe/anki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server