Draw Things MCP Server
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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_statusA | Check if the Draw Things API server is running and accessible |
| get_configB | Get the current Draw Things configuration including the loaded model and settings |
| generate_imageB | 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_imageB | 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 | |
Latest Blog Posts
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/james-see/mcp-drawthings'
If you have feedback or need assistance with the MCP directory API, please join our Discord server