Skip to main content
Developer ToolsTypeScript

a-25/ios-mcp-code-quality-server

iOS code quality analysis and test automation server. Provides comprehensive Xcode test execution, SwiftLint integration, and detailed failure analysis. Operates in both CLI and MCP server modes for direct developer usage and AI assistant integration.

developer-toolslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/a-25/ios-mcp-code-quality-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ios-mcp-code-quality-server": {
      "command": "npx",
      "args": [
        "-y",
        "a-25/ios-mcp-code-quality-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
a-25