swiftlens

swiftlens/swiftlens
★ 119 stars Python 💻 Code/Dev Tools Updated 1mo ago
SwiftLens is a Model Context Protocol (MCP) server that provides deep, semantic-level analysis of Swift codebases to any AI models. By integrating directly with Apple's SourceKit-LSP, SwiftLens enables AI models to understand Swift code with compiler-grade accuracy.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swiftlens": {
      "command": "uvx",
      "args": [
        "swiftlens"
      ]
    }
  }
}

Or install with pip: pip install swiftlens

Topics

claude-codecursordeveloper-toolsgemini-cliios-developer-toolsios-developmentlspmcpmcp-servermodel-context-protocolswiftxcode