-
securityF
license-
qualityAn MCP server that enables AI assistants like Claude to interact with Anki flashcard decks, allowing users to create, manage, and update flashcards through natural language conversations.
Last updated -
1
TypeScript
通过 MCP 将 Claude 对话与 AnkiConnect 连接起来,使间隔重复变得像“让我们浏览今天的抽认卡”或“为此制作抽认卡”一样简单
该服务器实现了三个工具:
num_cards_due_today
:获取今天到期的卡片数量deck
参数用于按特定 deck 进行过滤get_due_cards
:获取需要审核的卡片limit
参数(默认值:5)用于控制卡片数量deck
参数用于按特定 deck 进行过滤today_only
参数(默认值:true)仅显示今天的卡片submit_reviews
:提交已审核卡片的答案card_id
和rating
的reviews
列表2055492159
~/Library/Application\ Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
添加此配置:由于 MCP 服务器通过 stdio 运行,调试起来可能比较困难。为了获得最佳调试体验,我们强烈建议使用MCP Inspector 。首先,克隆代码库并安装依赖项:
您可以通过 mcp CLI 启动 MCP Inspector:
启动后,检查器将显示一个 URL,您可以在浏览器中访问该 URL 以开始调试。
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
将 Claude 与 Anki 抽认卡集成的 MCP 服务器,允许用户通过对话直接查看到期卡片并创建新的抽认卡。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samefarrar/mcp-ankiconnect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server