Skip to main content
Developer ToolsTypeScript

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.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/efremidze/swift-patterns-mcp

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
efremidze