A self-hosted gallery that accepts AI-generated mockups via MCP and displays them in a web UI. The clever bit: it keeps large HTML files out of your model context by having Claude write the file locally and curl it to a POST /api/upload endpoint, then use lightweight MCP tools (send_mockup, list_mockups, get_mockup, update_mockup, delete_mockup, tag_mockup) for metadata operations only. Built on FastAPI with SQLite for cataloging and filesystem storage. Serves both an HTTP/SSE MCP endpoint for your AI client and a browser gallery at the root. Useful when you're generating lots of UI mockups or design prototypes and want a persistent catalog instead of files scattered across chat sessions. No auth built in, so deploy behind a reverse proxy or on a trusted network.
claude mcp add --transport stdio io.github.kgnatx-mockups-gallery -- docker run -i --rm ghcr.io/kgnatx/mockups-mpc:1.2.2