ComfyUI Animatool

v1.0.0Data Science & MLstable

AI Tool Use API for Anima anime/illustration image generation. Supports MCP Server, HTTP API, and CLI.

comfyui-animatoolmcpai-integration
Share:
97
Stars
0
Downloads
0
Weekly
0/5

What is ComfyUI Animatool?

ComfyUI Animatool is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ai tool use api for anima anime/illustration image generation. supports mcp server, http api, and cli.

AI Tool Use API for Anima anime/illustration image generation. Supports MCP Server, HTTP API, and CLI.

This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • AI Tool Use API for Anima anime/illustration image generatio

Use Cases

Generate anime and illustration images with AI.
Access image generation via MCP Server and HTTP API.
Moeblack

Maintainer

LicenseAGPL-3.0
Languagepython
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx comfyui-animatool

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use ComfyUI Animatool

ComfyUI-AnimaTool is an MCP server that connects AI coding assistants directly to ComfyUI running the Anima anime/illustration image generation model. It lets agents like Claude, Cursor, or Gemini generate high-quality anime and illustration images through structured prompts, with the resulting images displayed natively inside the chat window. The server supports structured prompt composition, 14 aspect-ratio presets, batch generation, reroll from history, and model switching, and can be used either as a ComfyUI custom node or as a standalone PyPI package that connects to any running ComfyUI instance over HTTP.

Prerequisites

  • ComfyUI installed and running (default: http://127.0.0.1:8188)
  • Anima model files downloaded from Hugging Face (circlestone-labs/Anima): anima-preview.safetensors in models/diffusion_models/, qwen_3_06b_base.safetensors in models/text_encoders/, qwen_image_vae.safetensors in models/vae/
  • Python 3.10+ with pip, or uv installed for the standalone PyPI package mode
  • An MCP-compatible client: Cursor, Claude Desktop, or Cherry Studio (use the preview build for correct image display)
1

Install ComfyUI and download Anima models

Set up ComfyUI and place the three required Anima model files (UNET, CLIP/text encoder, VAE) into their respective directories under ComfyUI/models/. Download from https://huggingface.co/circlestone-labs/Anima.

2

Install via ComfyUI Manager (recommended)

Open ComfyUI Manager, search for 'Anima Tool', click Install, and restart ComfyUI. This registers the server as a custom node and starts the HTTP API automatically.

3

Or install as a standalone PyPI package

For remote or cloud ComfyUI instances, install the standalone package with pip or run it without installation using uvx. This mode connects over the ComfyUI HTTP API and does not require placing files in custom_nodes.

pip install comfyui-animatool
# or run without installing:
uvx --from comfyui-animatool animatool-mcp
4

Configure your MCP client

Add the AnimaTool MCP server to your client config. Set COMFYUI_URL to wherever your ComfyUI instance is running. For cloud instances behind auth, also set ANIMATOOL_BEARER_TOKEN or ANIMATOOL_HEADERS_JSON.

5

Restart your client and test image generation

Restart Cursor or Claude Desktop to load the new MCP server. Ask the AI to generate an anime image — the result will display natively in the chat window if your client supports MCP ImageContent.

ComfyUI Animatool Examples

Client configuration

Cursor or Claude Desktop MCP config using uvx to run the standalone comfyui-animatool package, pointing at a local ComfyUI instance.

{
  "mcpServers": {
    "anima-tool": {
      "command": "uvx",
      "args": ["--from", "comfyui-animatool", "animatool-mcp"],
      "env": {
        "COMFYUI_URL": "http://127.0.0.1:8188",
        "ANIMATOOL_CHECK_MODELS": "false"
      }
    }
  }
}

Prompts to try

Ask your AI assistant to generate anime illustrations. The server handles structured prompt composition and aspect ratio selection automatically.

- "Draw a girl in a white dress in a flower garden, portrait 9:16, safe"
- "Generate a cyberpunk cityscape at night in 21:9 widescreen"
- "Create a batch of 4 anime character portraits with different hair colors"
- "Reroll the last image but change the art style to watercolor"

Troubleshooting ComfyUI Animatool

Images display as base64 text instead of rendered pictures

Use the Cherry Studio v1.7.17-preview build (linked in the repo) instead of the official Cherry Studio release. The official build has not yet merged the MCP ImageContent fix. For Cursor, update to a recent version that supports MCP image responses.

Connection refused or ComfyUI URL not reachable

Ensure ComfyUI is running before starting the MCP server. Check that COMFYUI_URL matches the actual host and port (default http://127.0.0.1:8188). For remote instances, verify network access and set ANIMATOOL_BEARER_TOKEN if authentication is required.

Model not found errors on startup

Set ANIMATOOL_CHECK_MODELS=false in the env config to skip the model validation check, or verify that all three Anima model files are placed in the correct ComfyUI model subdirectories as described in the prerequisites.

Frequently Asked Questions about ComfyUI Animatool

What is ComfyUI Animatool?

ComfyUI Animatool is a Model Context Protocol (MCP) server that ai tool use api for anima anime/illustration image generation. supports mcp server, http api, and cli. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install ComfyUI Animatool?

Follow the installation instructions on the ComfyUI Animatool GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with ComfyUI Animatool?

ComfyUI Animatool works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is ComfyUI Animatool free to use?

Yes, ComfyUI Animatool is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "comfyui-animatool": { "command": "npx", "args": ["-y", "comfyui-animatool"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use ComfyUI Animatool?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides