AI-native SwiftUI component library with full-stack recipes — connect via MCP for instant access.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shipswift": {
"command": "npx",
"args": [
"-y",
"signerlabs/ShipSwift"
]
}
}
}
Run in terminal:
claude mcp add shipswift npx -y signerlabs/ShipSwift
Add to .cursor/mcp.json:
{
"mcpServers": {
"shipswift": {
"command": "npx",
"args": [
"-y",
"signerlabs/ShipSwift"
]
}
}
}