Mcp Drawthings
@james-see
About Mcp Drawthings
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"drawthings": {
"command": "npx",
"args": [
"-y",
"mcp-drawthings"
]
}
}
}Tools
4Check if the Draw Things API server is running and accessible
Get the current Draw Things configuration including the loaded model and settings
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 an existing image using a text prompt (img2img). Either image_path or image_base64 must be provided.
Overview
What is Mcp Drawthings?
Mcp Drawthings is an MCP (Model Context Protocol) server that integrates with the Draw Things app, enabling LLMs like Claude to generate images locally on Mac using Stable Diffusion and other AI models. It is designed for developers and users who want AI image generation controlled by language models, running entirely on Apple Silicon (M1/M2/M3/M4) without cloud dependencies.
How to use Mcp Drawthings?
Install and configure the server via npx -y mcp-drawthings in your MCP client (Claude Desktop or Cursor). Before use, enable the API Server in Draw Things settings (default port 7860). Once connected, the server exposes four tools: check_status, get_config, generate_image, and transform_image. Customize host, port, and output directory via environment variables DRAWTHINGS_HOST, DRAWTHINGS_PORT, and DRAWTHINGS_OUTPUT_DIR.
Key features of Mcp Drawthings
- Text-to-image generation using locally loaded Stable Diffusion models
- Image-to-image transformation with prompt-guided editing
- Query current Draw Things configuration and loaded model
- All processing runs locally on Apple Silicon Macs
- Save generated images to a configurable output directory
Use cases of Mcp Drawthings
- Generate images from text prompts during conversations with an LLM
- Transform existing images by providing a source image and a description
- Check Draw Things status and configuration before generating
- Automate image creation workflows inside MCP‑compatible applications
FAQ from Mcp Drawthings
What are the system requirements for Mcp Drawthings?
macOS with Apple Silicon (M1/M2/M3/M4), the Draw Things app installed, and Node.js 18 or later.
How do I connect Mcp Drawthings to Draw Things?
Open Draw Things, enable the API Server in Settings (gear icon). The server runs on port 7860 by default. Verify with curl http://localhost:7860. If Draw Things uses a different port, set the DRAWTHINGS_PORT environment variable.
Why does Mcp Drawthings fail to connect?
Ensure Draw Things is running and the API Server is enabled. Check that the port is accessible (curl http://localhost:7860). If the host or port differs, configure DRAWTHINGS_HOST and DRAWTHINGS_PORT environment variables.
What should I do if images are not generating?
Verify that a model is loaded in Draw Things. Check Draw Things for any error messages. Try generating an image directly in Draw Things first to confirm the app works.
How can I fix permission errors when saving images?
Make sure the output directory is writable. To change the save location, set the DRAWTHINGS_OUTPUT_DIR environment variable to a custom path.
Frequently asked questions
What are the system requirements for Mcp Drawthings?
macOS with Apple Silicon (M1/M2/M3/M4), the Draw Things app installed, and Node.js 18 or later.
How do I connect Mcp Drawthings to Draw Things?
Open Draw Things, enable the API Server in Settings (gear icon). The server runs on port 7860 by default. Verify with `curl http://localhost:7860`. If Draw Things uses a different port, set the `DRAWTHINGS_PORT` environment variable.
Why does Mcp Drawthings fail to connect?
Ensure Draw Things is running and the API Server is enabled. Check that the port is accessible (`curl http://localhost:7860`). If the host or port differs, configure `DRAWTHINGS_HOST` and `DRAWTHINGS_PORT` environment variables.
What should I do if images are not generating?
Verify that a model is loaded in Draw Things. Check Draw Things for any error messages. Try generating an image directly in Draw Things first to confirm the app works.
How can I fix permission errors when saving images?
Make sure the output directory is writable. To change the save location, set the `DRAWTHINGS_OUTPUT_DIR` environment variable to a custom path.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments