Skip to main content
Glama
my13each

Draw Things MCP Server

by my13each

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DRAWTHINGS_HOSTNoAPI server hostlocalhost
DRAWTHINGS_PORTNoAPI server port7860
DRAWTHINGS_OUTPUT_DIRNoImage save directory~/Pictures/drawthings-mcp

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_statusA

Check if the Draw Things API server is running and accessible

get_configA

Get the current Draw Things configuration including the loaded model and settings

generate_imageA

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_imageA

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: status checking, configuration retrieval, text-to-image generation, and image-to-image transformation. There is no meaningful overlap between any pair of tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_status, get_config, generate_image, transform_image. The naming style is uniform and predictable.

Tool Count5/5

Four tools is a well-scoped count for an image generation server. Each tool covers an essential operation without unnecessary redundancy or bloat.

Completeness4/5

The core workflow of checking server status, viewing configuration, generating images, and transforming images is covered. A possible minor gap is the lack of a tool to update configuration or switch models, but this does not block the primary use case.

Maintenance

ActivityInactive
ResponsivenessNo issues