Ios Mcp Code Quality Server
Description
# iOS MCP Code Quality Server A versatile iOS code quality analysis tool that operates in two modes: 1. **CLI Tool**: Direct command-line interface for iOS testing and linting 2. **MCP Server**: Model Context Protocol server for AI assistant integration This tool provides…
About
# iOS MCP Code Quality Server A versatile iOS code quality analysis tool that operates in two modes: 1. **CLI Tool**: Direct command-line interface for iOS testing and linting 2. **MCP Server**: Model Context Protocol server for AI assistant integration This tool provides comprehensive iOS code quality analysis and…
Details
- Author
- a-25
- Downloads
- 261
- Categories
- Developer Tools
Jump to
- Run Xcode tests with detailed failure analysis
- Support for multiple Xcode schemes and destinations
- SwiftLint integration for automated code style checks
- Build error detection with intelligent parsing
- All analysis runs locally for security
- Dual mode: CLI tool or MCP server
- JSON output for CI/CD and scripting integration
- AI assistant ready via standard MCP protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ios Mcp Code Quality ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Use npx ios-mcp-code-quality-server to run CLI commands (e.g., test, lint) with arguments, or start the MCP server by providing no arguments. The server listens on http://localhost:3000 and can be configured via environment variables. AI assistants connect using a JSON configuration that points to the server URL.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ios mcp code quality server": {
"ios-mcp-code-quality-server": {
"command": "npx",
"args": [
"-y",
"ios-mcp-code-quality-server@0.1.4",
"server"
],
"type": "stdio"
}
}
}
}
McpServers
{
"ios-mcp-code-quality-server": {
"command": "npx",
"args": [
"-y",
"ios-mcp-code-quality-server@0.1.4",
"server"
],
"type": "stdio"
}
}
iOS MCP Code Quality Server
A versatile iOS code quality analysis tool that operates in two modes:
1. CLI Tool: Direct command-line interface for iOS testing and linting
2. MCP Server: Model Context Protocol server for AI assistant integration
This tool provides comprehensive iOS code quality analysis and test automation capabilities, enabling both direct developer usage and AI assistant integration for Xcode tests, linter analysis, and detailed feedback on iOS projects through structured, actionable reports.
Quick Start
CLI Mode (Direct Usage with npx - Recommended)
Use instantly without installation:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





