Shipshots MCP Server: Claude Designs App Store Screenshots and Preview Videos

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
Shipshots MCP Server: Claude Designs App Store Screenshots and Preview Videos
Ad

What Shipshots Does

Shipshots is a visual editor integrated with an MCP (Model Context Protocol) server that enables Claude to design marketing materials for app releases. The tool addresses the common bottleneck developers face when creating store screenshots, preview videos, and social media visuals after building an app.

How It Works

You describe what you want in text, Claude calls the MCP tools, and the designs build themselves automatically in the editor. The source shows a video demonstration where Claude builds marketing material for a fitness app, handling elements like gradients, device frames, 3D effects, and text styling entirely through MCP tool calls.

Ad

Specific Features from Source

  • Generates app store screenshots
  • Creates animated preview videos
  • Produces social media visuals
  • Visual editor with automatic design generation
  • MCP server integration (shipshots-mcp on npm)
  • Free tier: one project with single-size exports
  • Pro tier: multiple apps, all export sizes, video rendering

Technical Details

The MCP server is available as "shipshots-mcp" on npm. The tool is accessible at shipshots.app where users can try it for free. The free tier supports one project with single-size exports, which the creator notes is "enough to get one app out the door."

The creator is actively adding more features and soliciting feedback on what would help developers actually launch their apps.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw Integrates Features from Claude Code Leak
Tools

OpenClaw Integrates Features from Claude Code Leak

An OpenClaw user had their bot analyze the leaked Claude Code (Rust recreation by Instructkr) and selectively ported specific architectural patterns into their OpenClaw setup. The integration focuses on practical improvements like automatic startup continuity, conversation compaction, and a pre-tool/post-tool hook framework.

OpenClawRadar
Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache
Tools

Measuring Claude Code MCP Stack: Cache Friendliness vs. Byte Savings, and a 2-Line Fix for Prompt Cache

Greg Shevchenko benchmarks MCP compressors and retrieval layers on two axes: byte savings and cache friendliness. A 2-line fix (sort rg hits, sort map entries) boosts cache from ~0% to 100% with no byte-savings loss. Open-source harness included.

OpenClawRadar
Voxlert: Voice Notifications for Claude Code Sessions with Character Voices
Tools

Voxlert: Voice Notifications for Claude Code Sessions with Character Voices

Voxlert is a tool that hooks into Claude Code events and speaks notifications using distinct character voices like StarCraft Adjutant, SHODAN, GLaDOS, and HEV Suit. It uses an LLM via OpenRouter to generate in-character lines and runs locally with npm installation.

OpenClawRadar
SymDex: Open-Source MCP Code Indexer Reduces AI Agent Token Usage
Tools

SymDex: Open-Source MCP Code Indexer Reduces AI Agent Token Usage

SymDex is an open-source MCP code indexer that pre-indexes codebases to help AI coding agents find functions and classes without reading entire files, reducing token usage by approximately 97% per lookup according to the developer's benchmarks.

OpenClawRadar