Skip to main content
Glama
ProwlLabs

ProwlKit MCP

by ProwlLabs

ProwlKit-MCP

An MCP (Model Context Protocol) server for Xcode project introspection, enabling AI assistants like Claude to read schemes, targets, build projects, and run tests directly from your .xcodeproj or .xcworkspace.

Part of the ProwlLabs tooling ecosystem (alongside ProwlKit).


Features

  • Zero-Config Workspace Path Jailing: Safely exposes Xcode projects to the MCP agent without manual path configurations.

  • Live Streaming Build Logs: Stream build output and test progress directly into your Claude chat utilizing MCP's Progress API.

  • Smart Scheme Discovery: Instantly list all targets, schemes, and configurations.

  • Build Projects & Tests: Build Xcode projects/workspaces and get structured, readable errors and warnings (file, line, column, message) using xcbeautify.

  • SourceKit-LSP Integration: Retrieve rich Xcode build settings, hover definitions, and compiler flags directly from the Swift Language Server.

Related MCP server: Xcode MCP Server

ProwlMCP is installed and automatically configured for Claude Desktop via Homebrew:

brew install ProwlLabs/prowlKit-mcp/prowl-mcp

That's it! Homebrew will compile the server and automatically inject the connection settings into your claude_desktop_config.json.

Completely Restart Claude Desktop (Quit the application) to load the new MCP server. You will see prowl-mcp tools available in the chat (via the "+" or Tools icon).

Manual Installation (From Source)

  1. Clone the repository and navigate to the project directory:

    git clone https://github.com/ProwlLabs/prowlKit-mcp.git
    cd prowlKit-mcp
  2. Build the project:

    swift build -c release
  3. Connect to Claude Desktop by adding this to your claude_desktop_config.json:

    {
      "mcpServers": {
        "prowl-mcp": {
          "command": "/absolute/path/to/prowlKit-mcp/.build/release/prowl-mcp"
        }
      }
    }

Available Tools

  • list_schemes_targets(project_path): Runs xcodebuild -list -json to return project/workspace schemes, targets, and configurations.

  • build_project(project_path, scheme, configuration): Wraps xcodebuild build and parses errors/warnings into structured JSON.

  • run_tests(project_path, scheme, destination): Wraps xcodebuild test and parses .xcresult files via xcresulttool.

  • git_info(repo_path, action, target_file): Runs git diff or git blame on a repository or specific file.

  • swiftlint(project_path, target_path): Runs swiftlint lint --reporter json to check for Swift coding style and convention violations.

Roadmap

  • build_project implementation

  • run_tests implementation

  • Git diff/blame tool integration

  • SwiftLint violations tool


A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that enables AI assistants to build and test Xcode projects directly through a standardized interface, with capabilities for running tests, monitoring progress, and accessing logs in real-time.
    18
    96
    53
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for Xcode-related operations, making it easier to work with iOS project management, building, testing, archiving, and deploying apps to both simulators and physical devices.
    9
    20
    9
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    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.
    8
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProwlLabs/prowlKit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server