local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides a note storage system for Anki flashcards with tools to add notes and generate summaries of stored notes with variable detail levels.
Anki MCP 服务器
用于将 AI 助手与流行的间隔重复抽认卡软件 Anki 集成的模型上下文协议 (MCP) 服务器。
特征
该 MCP 服务器使 AI 助手能够通过以下工具与 Anki 进行交互:
工具
- get-collection-overview :返回 Anki 集合的概述,如可用的卡组、可用的模型及其字段
- add-or-update-notes :添加新注释或更新现有注释。允许一次性批量添加/更新多条注释。
- get-cards-reviewed :获取每日审核的卡片数量
- find-notes :允许使用Anki 搜索语法查询笔记
要求
- 必须安装并运行 Anki
- AnkiConnect插件必须安装在 Anki 中并运行
- 此 MCP 服务器使用
uv
。请按照官方说明安装uv
。
配置
克劳德桌面
- 打开您的 Claude Desktop 配置文件:
- MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- 将
anki-mcp
添加到mcpServers
部分:
Copy
- 重新启动 Claude Desktop。
You must be authenticated.
一个简单的笔记记录 MCP 服务器,用于存储笔记并生成存储内容的摘要。