Animagine MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_promptA | Validate a prompt against Animagine XL rules. Checks for:
|
| optimize_promptA | Optimize a prompt for Animagine XL. Provide either a natural language description or an existing prompt. The optimizer will:
|
| explain_promptA | Explain what each tag in a prompt does. Breaks down the prompt into individual tags with:
|
| list_modelsA | List available checkpoints and LoRAs for image generation. Returns all available models with metadata:
Use this to discover what models are available before generation. Returns: Dictionary with checkpoints, loras, default_checkpoint, and currently_loaded |
| load_checkpointA | Pre-load a checkpoint into GPU memory. Loading a checkpoint in advance speeds up subsequent generation calls. Use list_models() to see available checkpoints. |
| unload_lorasA | Unload all LoRA weights from the current pipeline. Useful to reset to base checkpoint style without reloading the full model. This is faster than reloading the checkpoint. Returns: Status with success, unloaded_count, and message |
| generate_imageA | Generate an image with Animagine XL 4.0. Uses the Diffusers pipeline with the lpw_stable_diffusion_xl custom pipeline. Images are saved to outputs/YYYY-MM-DD/ with accompanying metadata JSON. Supports custom checkpoints and LoRA mixing for style control. Recommended workflow:
|
| generate_image_from_imageA | Generate an image using img2img (image-to-image) transformation. Takes an existing image and transforms it based on the prompt while preserving structure according to the strength parameter. Use cases:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrielalmir/mcp-animaginexl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server