Original Reddit post

Every time Claude generates a UI mockup, the HTML file ends up in /tmp or cluttering my project directory. No history, no organization, no easy way to refer back. So I built Mockups MPC, a self-hosted MCP server + web gallery. Claude sends mockups to it via tool calls, and I browse them in a clean gallery UI organized by project. Claude writes the file locally, curls it to the server, MCP tools just handle listing, metadata, and tagging. Keep your repo clean and mockups organized and browsable.

  • Python/FastAPI/SQLite, runs in Docker
  • Works with Claude Code (HTTP) and Claude Desktop (SSE)
  • Pre-built image on GHCR — one command to run
  • Gallery auto-refreshes when new mockups arrive
  • MIT licensed GitHub: https://github.com/kgNatx/mockups-mpc Happy to hear feedback or feature ideas. submitted by /u/kgNatx

Originally posted by u/kgNatx on r/ClaudeCode