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

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.
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
👀 See Also
Cocall.ai MCP: Outbound Phone Calls with Real-Time Human Escalation
Cocall.ai is an MCP for Claude that enables outbound phone calls with a full-duplex speech-to-speech model. It can pause mid-call to ask you a specific question instead of guessing, navigate IVR, and hand off calls to you when needed.

Structured Reasoning Template Improves AI Code Review Accuracy
A Reddit user shares a structured reasoning template adapted from Meta research that forces AI models to complete specific analytical steps before generating code reviews, improving accuracy by 5-12 percentage points according to arXiv:2603.01896.

Sherlock: Apple Developer Docs as Local MCP for Claude Code
Sherlock indexes 70k Apple API symbols into SQLite FTS5 and provides 5 MCP tools + 3 auto-triggering skills to ground Claude Code in real docs, preventing hallucinations.

Holaboss Aims to Solve Portable Local Agent Deployment
Holaboss is an open-source project that treats the AI worker as a portable artifact with per-worker workspace, local skills/apps, persistent memory, and a runtime that can be packaged separately from the desktop app. It supports local model stacks like Ollama and requires Node.js 22+ on target machines.