Back to MCP Servers
Ios Mcp Code Quality
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-toolsswiftautomationai
By a-25
Installation
npx -y ios-mcp-code-quality-serverConfiguration
{
"mcpServers": {
"ios-mcp-code-quality-server": {
"command": "npx",
"args": ["-y", "ios-mcp-code-quality-server"]
}
}
}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