Token导航 LogoToken导航TokenDH.com
anki automation agents logo
运维云端未说明官方级别未说明来源级核验

anki automation agents

MCP Server

基于CrewAI的自动化工作流,用于收集日语词汇、制作高质量双语笔记,并通过外部MCP服务器直接添加到Anki中。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
Python云端部署Docker

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

daivuongktx13

提供方

daivuongktx13

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

📝 Anki Automation Agents

🚀 My simple CrewAI-based automated workflow to collect Japanese vocabulary, craft high-quality bilingual notes, and add them directly into Anki via an external MCP server.

⚙️ CrewAI Agents

👨‍💻 Agents

  • definition_writer: JP→VI Lexicographic Note Crafter

Produces clean Vietnamese meanings, usage notes, natural JP examples, and contrasts with easily confused terms.

  • anki_operator: Anki MCP Operator

Orchestrates the note creation flow, checks duplicates, creates decks if missing, and pushes notes into Anki through MCP.

🔧 Tasks

  • compose_back_content_task:

Input: a headword (JP)

Output: learner-friendly “Back” content (VN gloss, usage, 📌 examples, and near-miss terms).

  • create_anki_note_task:

Full end-to-end automation:

1. Ensure deck exists (or create)

2. Check duplicates

3. Add note with {Front: word, Back: content} via MCP

📚 MCP Server

MCP Server: simple-anki-mcp-server

🚀 Run agent

Enviroment Setup (uv)

uv sync

Run crew

After setting up the enviroment we can run the agent using command:

crewai run

Remarks

CrewAI uses its own implementation of ReAct so i saw some injected prompt related to React, take a look at CrewAI React Prompt. Therefore, some LLM models like gpt-oss-120b might not be optimized with this prompts and is needed to be tuned.

CrewAI may not support the Function Calling Strategy (the function calling or tool calling which provides ~100% accuracy in params and function name features that vllm and openai offer), so we need to custom new agent executors on top of the frameworks.

目录标签

目录标签

Python云端部署DockerAnki自动化本地部署日语学习双语笔记CrewAIMCP服务器

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP