Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRAWTHINGS_HOST | No | Draw Things API host | localhost |
| DRAWTHINGS_PORT | No | Draw Things API port | 7860 |
| DRAWTHINGS_OUTPUT_DIR | No | Directory for generated images | ~/Pictures/drawthings-mcp |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_status | Check if the Draw Things API server is running and accessible |
| get_config | Get the current Draw Things configuration including the loaded model and settings |
| generate_image | Generate an image from a text prompt using the Draw Things app. The image will be saved to disk and the file path returned. |
| transform_image | Transform an existing image using a text prompt (img2img). Either image_path or image_base64 must be provided. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |