Skip to content
Cursor

mcp drawthings for Cursor

io.github.james-see/mcp-drawthings

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

client:Cursor transport:stdio runtime:npm

Install mcp drawthings in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp drawthings in other clients