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

Broccoli: Open-source harness for running AI coding agents from Linear tickets in cloud sandboxes
Broccoli is an open-source tool that takes coding tasks from Linear, executes them in isolated cloud sandboxes using Claude and Codex, and opens PRs for human review. It runs on your own Google Cloud infrastructure with production-grade deployment.

Claude Code Session Dashboard: Open Source Tool for Monitoring Multiple Sessions
An open-source dashboard that monitors multiple Claude Code sessions simultaneously, showing token usage, costs, session status, context window usage, and active subagents. Installation requires three commands: git clone, cd, and npm install && npm start.

Community patch adds RTL language support to Claude Desktop on Windows
A developer has created a patch that adds proper right-to-left language support to Claude Desktop on Windows, fixing broken rendering for Hebrew, Arabic, and other RTL languages. The patch injects RTL detection logic into the Electron app's renderer and includes backup/restore functionality.

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.