Back to MCP Servers
Swift Patterns
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.
developer-toolsrustswift
By efremidze
Installation
npx -y swift-patterns-mcpConfiguration
{
"mcpServers": {
"swift-patterns-mcp": {
"command": "npx",
"args": ["-y", "swift-patterns-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes