Skip to content
Zed

mcp drawthings for Zed

io.github.james-see/mcp-drawthings

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

client:Zed transport:stdio runtime:npm

Install mcp drawthings in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp drawthings in other clients