xcsift-mcp MCP Server

$npx -y @johnnyclem/xcsift-mcp
README.md

Parse Xcode and Swift build outputs into structured, token-efficient formats.

An MCP server that enables AI assistants to parse Xcode and Swift build outputs into structured, token-efficient formats like JSON or TOON. It provides tools for executing build commands and extracting detailed diagnostic information such as errors, warnings, and test failures.

Tools (2)

parse_build_outputParses Xcode or Swift build output into structured formats like JSON or TOON.
execute_buildExecutes a build command and extracts diagnostic information such as errors and warnings.

Configuration

claude_desktop_config.json
{"mcpServers":{"xcsift":{"command":"npx","args":["-y","@johnnyclem/xcsift-mcp"]}}}

Try it

Run the xcodebuild command for my current project and show me any compilation errors.
Parse this raw Swift build log into a structured JSON format so we can analyze the warnings.
Execute a build and extract all test failures into a token-efficient TOON format.
Check my Xcode build output for any diagnostic information regarding linker errors.

Frequently Asked Questions

How do I install xcsift-mcp?

Install xcsift-mcp by running: npx -y @johnnyclem/xcsift-mcp

What MCP clients work with xcsift-mcp?

xcsift-mcp works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use xcsift-mcp with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free