Odel
mcp drawthings

mcp drawthings

Local
@james-see24TypeScriptMITUpdated 8mo ago

MCP server for Draw Things - local AI image generation on Mac

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-drawthingsv1.1.2

Run

npx -y mcp-drawthings

MCP client config

{
  "mcpServers": {
    "mcp-drawthings": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-drawthings"
      ]
    }
  }
}