comfyui-character-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COMFYUI_URL | No | The URL of the ComfyUI instance. Default is http://127.0.0.1:8188. | http://127.0.0.1:8188 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_charactersA | List available avatar characters and the expressions each one supports. |
| get_current_lookA | Report which character is currently selected and its last expression. |
| set_expressionA | Render the avatar showing the given expression, and return the image. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: reporting current state, listing available options, and setting an expression. No overlap or ambiguity.
All tool names use a consistent verb_noun pattern in snake_case: get_current_look, list_characters, set_expression.
With 3 tools, the set is minimal but perfectly scoped for a character avatar service. Each tool is essential and none are missing.
The tools cover the full lifecycle: listing available characters/expressions, checking current state, and setting expression. No gaps for the intended domain.