paintdotnet-mcp

Ellencia/paintdotnet-mcp
★ 0 stars C# 🤖 AI/LLM Updated today
MCP Local server for Paint.net
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paintdotnet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Ellencia/paintdotnet-mcp"
      ]
    }
  }
}

README Excerpt

Paint.NET 5.x를 Model Context Protocol (MCP)으로 제어하는 2-프로세스 브릿지. ``` ``` - **PaintDotNetMcp.Bridge** — Paint.NET Effect 플러그인. `Effects > Tools > MCP Bridge` 메뉴에 등록되며 첫 호출 시 Named Pipe 서버(`PaintDotNetMcp.Bridge.v1`)를 띄운다. 서버는 정적 백그라운드 스레드라 Effect 인스턴스가 사라져도 Paint.NET이 종료될 때까지 살아있다. - **PaintDotNetMcp.Server** — stdio MCP 서버. Claude Desktop 등의 MCP 클라이언트가 spawn 한다. 받은 도구 호출을 Named Pipe로 Bridge에 중계한다.

Tools (20)

add_layerapply_effectclear_selectioncommitdelete_layerdetect_objectsdraw_ellipsedraw_linedraw_polygondraw_rectangledraw_textextract_objectsextract_regionfillflood_fillformatget_canvas_pnggradient_fillincludeBase64jpeg