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

Installation

npx -y swift-patterns-mcp

Configuration

{
  "mcpServers": {
    "swift-patterns-mcp": {
      "command": "npx",
      "args": ["-y", "swift-patterns-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub