Mockups Gallery MCP Server

A self-hosted gallery for AI-generated mockups - with an MCP interface. Instead of cluttering your repo, mockups get a permanent home and a clean web gallery you can browse. AI tools upload them over a direct curl call; MCP handles only the lightweight coordination - listing, metadata, tagging, and retrieval.

People who work with fastapi and mockups and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-07 · ★ 2 · #897 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Mockups Gallery

Claude Code

claude mcp add kgnatx-mockups-mpc --transport http https://{host}/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kgnatx-mockups-mpc": {
      "url": "https://{host}/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://{host}/mcp

transport: streamable-http

endpoint NOT responding · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem · remote - your agent's requests go to {host}

license MIT - declared in the repository

registry namespace io.github.kgNatx is GitHub-verified and matches the repo owner

03 · What Mockups Gallery can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.4.2 · 2026-07-07

Added · Mobile support for the gallery. Below 720px the sidebar becomes an off-canvas drawer with a hamburger toggle, a tap-to-dismiss scrim, and auto-close when a mockup is selected, so the viewer gets the full width…

v1.4.1 · 2026-07-02

Fixed · The gallery stylesheet is now cache-busted with a ?v=<VERSION> query, so each release picks up new CSS without a manual hard-refresh. The version is read from the VERSION file (now copied into the image) and…

v1.2.0 · 2026-03-16

Docker image · Pre-built image now available on GHCR: · bash · docker pull ghcr.io/kgnatx/mockups-mpc:latest · Or use docker-compose.local.yml which defaults to the GHCR image - no clone needed for basic usage.…

04 · Who maintains Mockups Gallery

Mockups Gallery is maintained by kgnatx. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #897 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-07-07)
registry
io.github.kgNatx/mockups-gallery (active, first published 2026-03-16 · 2 versions)
packages
oci:ghcr.io/kgnatx/mockups-mpc:1.4.1

06 · Mockups Gallery FAQ

What is Mockups Gallery?

A self-hosted gallery for AI-generated mockups - with an MCP interface. Instead of cluttering your repo, mockups get a permanent home and a clean web gallery you can browse. AI tools upload them over a direct curl call; MCP handles only the lightweight coordination - listing, metadata, tagging, and retrieval.

Is Mockups Gallery still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-07 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Mockups Gallery?

Run `claude mcp add kgnatx-mockups-mpc --transport http https://{host}/mcp`. You can also paste the ready-made client config above.

07 · Alternatives to Mockups Gallery