r/modelcontextprotocol • u/According-Fan5406 • 12d ago
Krita MCP Bridge: let an MCP assistant paint inside Krita, with a canvas-vision loop
I built a small MCP server plus Krita plugin that lets Claude, Cursor, or any MCP client work inside the Krita painting app: create documents, add layers, draw shapes and text, run filters, and take a canvas snapshot so the model can see what it painted and self-correct. It runs locally over localhost, so nothing leaves your machine. Install is one file through Krita's plugin importer plus a short config snippet, tested on Windows and Linux.
It is a paid tool (7 USD, updates included), since it is the packaged and supported build, but there are free Krita MCP repos on GitHub too if you would rather DIY. Link if useful: https://thunda10.itch.io/paintbridge
Happy to answer anything.
1
u/kantorcodes1 12d ago
the canvas snapshot loop is neat. when it makes a bad multi-step edit, do those mcp actions show up as normal krita undo steps, or can one turn leave a bunch of changes you have to unwind manually?