40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.
MCPpedia last refreshed this data
io.github.signerlabs/shipswift is an MCP server that 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 94/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-signerlabs-shipswift": {
"args": [
"-y",
"skills"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-native SwiftUI component library — production-ready code that LLMs can use to build real apps.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.signerlabs/shipswift and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

AI-native SwiftUI component library — production-ready code that LLMs can use to build real apps.
Quick Start · Components · Custom Dev — $5K, 4 weeks · Recipes
One command gives your AI everything it needs — production-ready SwiftUI components, full-stack recipes, and the context to build real apps without guessing.
Browse every recipe live at shipswift.app — searchable catalog, copy-paste source, live previews.
Download the Showcase App to preview every component on your device.
ShipSwift gets your AI 80% of the way. If you need the last 20% — your unique features, your brand, your backend — wired up by the people who wrote the recipes, we ship it for you.
| ⚡ 48-hour demo | Working prototype on your TestFlight within 2 days of brief |
| 🚀 4-week delivery | Production-ready iOS app, App Store-submission ready |
| 💵 From $5,000 | Fixed price, milestone-billed, no hourly surprises |
Built on the same component library you see in this repo, so you keep ownership and can extend forever.
Get a quote: wei@signerlabs.com · shipswift.app
Step 1 — Install ShipSwift Skills:
npx skills add signerlabs/shipswift-skills
Step 2 — Connect the recipe server so your AI can fetch recipes:
# Claude Code
claude mcp add --transport http shipswift https://api.shipswift.app/mcp
# Gemini CLI
gemini mcp add --transport http shipswift https://api.shipswift.app/mcp
For Cursor, VS Code Copilot, Windsurf, and other tools, see the Skills repo for MCP setup.
Step 3 — Ask your AI:
Install skills that read source files directly from this repo — works offline, no server needed:
npx skills add signerlabs/ShipSwift
Your AI can then browse the component catalog and read source code locally. Try:
Tip: If you also connect the MCP server (Option 1), your AI gets access to additional Pro recipes (backend guides, compliance templates, pitfall docs).
ShipSwift/SWPackage/ into your Xcode projectSWAnimation/, SWChart/, and SWComponent/ is self-contained — just copy the file and SWUtil/ if neededgit clone https://github.com/signerlabs/ShipSwift.git
cd ShipSwift
open ShipSwift.xcodeproj
Select a simulator or device, then press Cmd+R to build and run.