efremidze/swift-patterns-mcp
An MCP server providing curated Swift and SwiftUI best practices from leading iOS developers, including patterns and real-world code examples from Swift by Sundell, SwiftLee, and other trusted sources.
Quick Start
Clone the repository:
git clone https://github.com/efremidze/swift-patterns-mcpClaude Desktop configuration example:
{
"mcpServers": {
"swift-patterns-mcp": {
"command": "npx",
"args": [
"-y",
"efremidze/swift-patterns-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.