openart-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENART_HEADLESS | No | Set to false to see the browser during automation | true |
| OPENART_STORAGE_STATE | No | Path to Playwright session JSON | ~/.openart-mcp/auth.json |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| openart_list_charactersA | List all characters/avatars in the user's OpenArt account. |
| openart_get_characterA | Get details for a specific OpenArt character by ID. |
| openart_create_characterA | Create a new OpenArt character from an image. Provide name, local image path, optional background story, optional voice ID. |
| openart_generate_videoA | Generate a video using an existing OpenArt character speaking a script. |
| openart_get_video_statusB | Check the rendering status and URL of an OpenArt video by ID. |
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 5 tools
Each tool has a clearly distinct purpose: creating a character, generating a video, fetching character details, checking video status, and listing characters. No overlap in functionality.
All tools follow a consistent 'openart_verb_noun' pattern (e.g., openart_create_character, openart_list_characters), with verbs in imperative form and nouns clearly indicating the resource.
With 5 tools, the set is well-scoped for managing OpenArt characters and videos. Each tool earns its place, covering essential operations without unnecessary bloat.
The set covers the core workflow: character creation, retrieval, listing, video generation, and status checking. Missing update and delete operations for characters are minor gaps that agents can work around.