axiom-xcode-mcp

Automate Xcode build, test, and diagnostic workflows via Model Context Protocol.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-xcode-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-xcode-mcp
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-xcode-mcp
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-xcode-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between external AI agents and Xcode, enabling programmatic control over IDE tools, build processes, and diagnostics that are otherwise inaccessible to standard CLI tools.

Core Features & Use Cases

  • IDE Integration: Directly invoke Xcode tools like BuildProject, RunTests, and RenderPreview from your AI agent.
  • Workflow Automation: Execute complex BuildFix and TestFix loops that leverage Xcode's internal navigator diagnostics.
  • Use Case: When a build fails, use this Skill to automatically query the Issue Navigator, identify the specific file and line, apply a fix, and verify the resolution by re-running the build or test suite.

Quick Start

Use the axiom-xcode-mcp skill to list all open Xcode windows and identify the correct tab identifier for your project.

Frequently Asked Questions about axiom-xcode-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Xcode build and test workflows from an external AI agent?

Yes, you can automate Xcode build fixes by querying the Issue Navigator through the Model Context Protocol to identify the specific file and line, applying a fix, and re-running the build to verify resolution.

What is the Model Context Protocol used for in Xcode automation?

The Model Context Protocol provides a comprehensive interface for interacting with Xcode, exposing internal IDE toolsets and diagnostics that are otherwise inaccessible to standard CLI tools to external AI agents.

Do I need a running Xcode instance to use MCP for IDE automation?

Yes, you need a running Xcode instance with the MCP server enabled and proper authorization for external agent access to facilitate automated build, test, and diagnostic workflows.

What's the best way to identify the correct project tab in Xcode for AI agent access?

To identify the correct project tab, use the MCP skill to list all open Xcode windows and extract the specific tab identifier required for your project automation tasks.

Can I use standard CLI tools to access Xcode's internal navigator diagnostics?

No, standard CLI tools cannot access Xcode's internal navigator diagnostics. You need the Model Context Protocol to bridge the gap between external AI agents and Xcode's internal diagnostic toolset.