Draw Things MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Draw Things MCP ServerGenerate an image of a cat eating pizza in space"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Draw Things MCP Server
Draw Things アプリを活用して、Claude Desktop / Claude Codeから無料でローカル画像生成ができるMCPサーバーです。
Google Gemini、OpenAIなどの有料APIなしで、MacのApple Silicon(M1〜M4)で直接画像を生成します。
元リポジトリ: james-see/mcp-drawthings このリポジトリは、FLUX.1 Schnellモデル向けにデフォルト設定を最適化したバージョンです。
変更点(元リポジトリとの違い)
デフォルトsteps: 20 → 4 — FLUX.1 Schnellモデルは4 stepsで十分な品質の画像を生成します。20〜30 stepsは不要に遅くなります。
Related MCP server: Draw Things MCP Server
必要要件
macOS(Apple Silicon M1/M2/M3/M4)
Draw Things アプリ(App Store)
Node.js 18以上
ステップ1: Draw Thingsアプリのインストールと設定
1-1. アプリのインストール
App Storeで Draw Things を検索してインストールします。
1-2. 初期設定(モデルのダウンロード)
アプリを初めて起動すると、モデルソースの選択画面が表示されます。
ステップ | 選択内容 |
ステップ 1/3: モデルソース | 「Draw Things経由でモデルをダウンロード」 を選択 |
Cloud Compute | オフ(ローカル実行のみなので不要) |
ステップ 2/3: モデル選択 | 検索欄に |
ステップ 3/3: 保存先フォルダ | デフォルトまたは任意のフォルダを選択 |
補足: FLUX.1 [schnell] 通常版は約11.7GBです。Mac RAMが8GBの場合は5-bit版を選択してください。
ダウンロードが完了するまで待ちます。
1-3. APIサーバーを有効にする
左サイドバーの 「設定」(歯車アイコン)をクリック
上部タブの 「詳細」 をクリック
「APIサーバー」 セクションを探す
以下のように設定:
設定項目 | 値 |
サーバーオンライン | オン(緑色) |
プロトコル | HTTP |
ポート | 7860(デフォルト) |
設定後、ターミナルで確認:
curl http://localhost:7860JSONレスポンスが返ってくれば成功です。
重要: Draw Thingsアプリは常に起動している必要があります。アプリを閉じるとAPIサーバーも停止します。最小化しておけばOKです。
ステップ2: MCPサーバーのインストール
git clone https://github.com/my13each/Drawthings_MCP.git
cd Drawthings_MCP
npm install
npm run buildステップ3: MCPクライアントの設定
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json に追加:
{
"mcpServers": {
"drawthings": {
"command": "node",
"args": ["/絶対パス/Drawthings_MCP/dist/index.js"]
}
}
}設定後、Claude Desktopを再起動します。
Claude Code
claude mcp add --scope user drawthings -- node /絶対パス/Drawthings_MCP/dist/index.js新しい会話を開始すると反映されます。
使い方
Claudeにこう言うだけです:
「宇宙でピザを食べるかわいい猫を描いて」
"Generate an image of a futuristic city at sunset"
英語のプロンプトの方が高品質な画像が生成されます。
MCPツール一覧
ツール | 説明 |
| Draw Things APIの接続状態を確認 |
| 現在ロードされているモデルと設定を取得 |
| テキストから画像を生成 |
| 既存の画像をテキストプロンプトで変換 |
generate_image パラメータ
パラメータ | 型 | 必須 | 説明 |
| string | O | 画像の説明テキスト |
| string | X | 除外する要素 |
| number | X | 画像の幅(デフォルト: 512) |
| number | X | 画像の高さ(デフォルト: 512) |
| number | X | 推論ステップ数(デフォルト: 4) |
| number | X | ガイダンススケール(デフォルト: 7.5) |
| number | X | シード値(-1 = ランダム) |
| string | X | 保存先パス |
transform_image パラメータ
パラメータ | 型 | 必須 | 説明 |
| string | O | 変換の説明テキスト |
| string | * | 元画像のファイルパス |
| string | * | Base64エンコードされた元画像 |
| number | X | 変換強度 0.0〜1.0(デフォルト: 0.75) |
| number | X | 推論ステップ数(デフォルト: 4) |
* image_path または image_base64 のどちらか必須
環境変数
変数 | デフォルト | 説明 |
|
| APIサーバーのホスト |
|
| APIサーバーのポート |
|
| 画像の保存ディレクトリ |
アーキテクチャ
┌─────────────────┐ stdio ┌──────────────────┐ HTTP ┌─────────────┐
│ MCP Client │◄──────────────►│ mcp-drawthings │◄────────────►│ Draw Things │
│ (Claude/Cursor) │ JSON-RPC │ │ localhost │ App │
└─────────────────┘ └──────────────────┘ :7860 └─────────────┘
│
▼
┌──────────────┐
│ File System │
│ (images) │
└──────────────┘トラブルシューティング
「Draw Things APIに接続できません」
Draw Thingsアプリが起動中か確認
設定で「サーバーオンライン」がオンになっているか確認
curl http://localhost:7860でレスポンスを確認アプリを閉じて再起動した場合、APIサーバーを再度オンにする必要がある場合があります
画像が生成されない
Draw Thingsにモデルがロードされているか確認
Draw Thingsアプリで直接画像生成をテスト
アプリのエラーメッセージを確認
ライセンス
MIT
クレジット
元リポジトリ: james-see/mcp-drawthings
Draw Things - Mac/iOS AI画像生成アプリ
Model Context Protocol - MCPプロトコル仕様
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/my13each/Drawthings_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server