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.