CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. Mockups Gallery

Mockups Gallery

Editor's Note

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.

Install

claude mcp add --transport stdio io.github.kgnatx-mockups-gallery -- docker run -i --rm ghcr.io/kgnatx/mockups-mpc:1.2.2
GitHub Stars2
Registryactive
Packageghcr.io/kgnatx/mockups-mpc:1.2.2
TransportSTDIO, HTTP, SSE
Votes
0
View on GitHub

Comments

Login to comment

Related Web & Browser Automation MCP Servers

View all →
Scrapling MCP Server

d4vinci/scrapling

0
58.6k
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Chrome DevTools MCP

chromedevtools/chrome-devtools-mcp

0
42.6k
MCP server for Chrome DevTools
Mcp Server Browser

io.github.bytedance/mcp-server-browser

0
MCP server for browser use access
Playwright Mcp

microsoft/playwright-mcp

0
33.3k
Playwright Tools for MCP
Skyvern

skyvern-ai/skyvern

0
21.8k
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Chrome

hangwin/mcp-chrome

1
11.6k
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.