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
部分:
重新启动 Claude Desktop。
local-only server
The server can only run on the client's local machine because it depends on local resources.
一个简单的笔记记录 MCP 服务器,用于存储笔记并生成存储内容的摘要。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.Last updated -47MIT License
- -securityFlicense-qualityA simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.Last updated -5
- -securityFlicense-qualityA simple MCP server for creating and managing notes with support for summarization functionality.Last updated -1
- AsecurityFlicenseAqualityA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.Last updated -42