Draw Things

by jaokuohsuan

8 stars
Not rated
GitHub

About

Integrates with the Draw Things API to convert text prompts or JSON inputs into JSON-RPC requests, enabling AI image generation capabilities with automatic saving and error handling.

Details

Author
jaokuohsuan
Repository
jaokuohsuan/draw-things-mcp-cursor
GitHub stars
8
Categories
Productivity, AI, Developer Tools, Media, API, Infrastructure
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Draw Things
    Command (node, npx, python, etc.) draw-things-mcp-cursor

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

```bash

npm install -g draw-things-mcp-cursor

generateImage

Generate an image based on the provided prompt. Parameters: prompt (string, required), negative_prompt (optional string), width (optional number, default: 360), height (optional number, default: 360), model (optional string, default: 'flux_1_schnell_q5p.ckpt'), steps (optional number, default: 8)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "draw things": {
            "cwd": "~/.cursor",
            "env": {},
            "args": [],
            "shell": false,
            "command": "draw-things-mcp-cursor"
        }
    }
}

Linux

{
    "cwd": "~/.cursor",
    "env": [],
    "args": [],
    "shell": false,
    "command": "draw-things-mcp-cursor"
}

Macos

{
    "cwd": "~/.cursor",
    "env": [],
    "args": [],
    "shell": false,
    "command": "draw-things-mcp-cursor"
}

Windows

{
    "cwd": "~/.cursor",
    "env": [],
    "args": [],
    "shell": false,
    "command": "draw-things-mcp-cursor"
}

Draw Things MCP

Draw Things API integration for Cursor using Model Context Protocol (MCP).

Prerequisites

- Node.js >= 14.0.0
- Draw Things API running on http://127.0.0.1:7888

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.