Mcp Drawthings
@james-see
关于 Mcp Drawthings
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"drawthings": {
"command": "npx",
"args": [
"-y",
"mcp-drawthings"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论