AI Tool Use API for Anima anime/illustration image generation. Supports MCP Server, HTTP API, and CLI.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"anima-tool": {
"env": {
"COMFYUI_URL": "http://127.0.0.1:8188",
"ANIMATOOL_CHECK_MODELS": "false"
},
"args": [
"--from",
"comfyui-animatool",
"animatool-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
- 🎰 十连抽功能 — 支持 repeat / batch_size,一次出多张不是梦 > - 🔄 更换卡池功能 — 可以切换 UNET / CLIP / VAE 模型了,试试新卡池 > - 📋 寻访记录功能 — 查看历史生成记录,支持 reroll 重新抽卡 > ✅ 云端/远程连接更简单 — 新增 uvx 免安装模式,一行配置连接远程 ComfyUI,无需本地环境 > ✅ 酒馆 MCP 客户端已发布 — SillyTavern MCP Client,支持 stdio + Streamable HTTP 传输 > ✅ 工具调用体验修复 — Tool Use Fix,合并碎片消息、图片直接显示、Swipe 代理
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'comfyui-animatool' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked comfyui-animatool against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / design
Persistent memory using a knowledge graph
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP Security Weekly
Get CVE alerts and security updates for ComfyUI AnimaTool and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
[!NOTE] 今日更新
- 🎰 十连抽功能 — 支持
repeat/batch_size,一次出多张不是梦- 🔄 更换卡池功能 — 可以切换 UNET / CLIP / VAE 模型了,试试新卡池
- 📋 寻访记录功能 — 查看历史生成记录,支持 reroll 重新抽卡
✅ 云端/远程连接更简单 — 新增
uvx免安装模式,一行配置连接远程 ComfyUI,无需本地环境 ✅ 酒馆 MCP 客户端已发布 — SillyTavern MCP Client,支持 stdio + Streamable HTTP 传输✅ 工具调用体验修复 — Tool Use Fix,合并碎片消息、图片直接显示、Swipe 代理
[!TIP] Cherry Studio 现已支持 MCP 图片显示!
我们提交的 PR 已修复 Cherry Studio 对 MCPImageContent的处理。在官方合并之前,你可以使用预览版体验完整的 MCP 图片功能:
下载预览版 → Cherry Studio v1.7.17-preview
包含以下修复:
- 支持按助手单独配置是否将 MCP 工具图片发送给模型
- 修复 OpenAI 兼容提供商的 base64 图片数据处理
- 修复 Gemini 的 MCP 多模态工具结果转换
- 性能修复 v2:解决多轮出图后严重卡顿问题 — IPC 排除大 slice + base64 就地 strip(修复了 v1.7.16-preview2 中 Zod safeParse 克隆导致 strip 无效的问题)— 上游 PR #12766
让 AI Agent 直接生成二次元图片,原生显示在聊天窗口
Cursor / Claude / Gemini / OpenAI → MCP / HTTP API → ComfyUI → Anima 模型

repeat 参数提交多次独立任务(queue 模式),batch_size 在单任务内生成多张在 SillyTavern(酒馆)中使用 AnimaTool 生成图片?推荐安装以下配套插件:
| 项目 | 说明 |
|---|---|
| SillyTavern MCP Client | 酒馆 MCP 客户端,连接 AnimaTool 等 MCP Server,支持 stdio + Streamable HTTP |
| SillyTavern Tool Use Fix | 工具调用体验修复,合并碎片消息、图片直接显示在对话中 |
ComfyUI-AnimaTool (本项目,MCP Server)
↕ MCP 协议 (stdio / streamable-http)
SillyTavern MCP Client (连接 + 工具注册)
↕ SillyTavern Tool Calling
Tool Use Fix (合并显示 + 体验优化)
如果你想训练自己的 LoRA/LoKr 来搭配 Anima 使用,推荐使用 AnimaLoraToolkit:
--config 加载,命令行参数可覆盖训练完成后,将 LoRA 放入 ComfyUI/models/loras/ 目录,即可通过本工具的 loras 参数加载使用。
使用 AnimaLoraToolkit 训练的画风+角色 LoKr,还原 Netflix 动画电影《超时空辉耀姬!》的 4K 剧场版画风:
@spacetime kaguya(画风)、cosmic princess kaguya(作品)如果你使用 Cherry Studio 作为 MCP 客户端,需要安装我们的预览版才能正确显示 MCP 返回的图片:
官方版 Cherry Studio 尚未合并此修复,使用官方版会导致图片显示为 base64 乱码,且多轮出图后会严重卡顿。
v1.7.17-preview 基于上游 v1.7.17,修复了出图后内存膨胀和 UI 冻结的问题(详情)。
cd ComfyUI/custom_nodes
git clone https://github.com/Moeblack/ComfyUI-AnimaTool.git
pip install -r ComfyUI-AnimaTool/requirements.txt
确保以下模型文件已放置到 ComfyUI 对应目录:
| 文件 | 路径 | 说明 |
|---|---|---|
| `anima-preview.safe |