Xcsift

Provides an MCP server that parses Xcode and Swift build outputs, executes builds, and returns token-efficient results for AI coding assistants.
  • python

1

GitHub Stars

python

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "johnnyclem-xcsift-mcp": {
      "command": "xcsift-mcp",
      "args": [],
      "env": {
        "NONE": "<NONE>"
      }
    }
  }
}

Available tools

parse_xcodebuild_output

Parse raw xcodebuild or swift output into JSON or TOON format for downstream processing.

extract_errors

Extract only errors with file and line information from build output.

extract_warnings

Extract only warnings with file, line, and type information from build output.

extract_test_failures

Extract failed tests with assertion messages and context.

get_build_summary

Provide a quick summary including counts of errors, warnings, and failed tests.

xcodebuild

Run xcodebuild and parse its output automatically.

swift_build

Run swift build for Swift Package Manager projects.

swift_test

Run swift test with optional code coverage and formatting of results.

run_shell_build_command

Execute arbitrary shell build commands and parse their output.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Xcsift MCP Server - johnnyclem/xcsift-mcp | VeilStrat