ProwlKit MCP
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
Installation (Recommended)
ProwlMCP is installed and automatically configured for Claude Desktop via Homebrew:
brew install ProwlLabs/prowlKit-mcp/prowl-mcpThat'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)
Clone the repository and navigate to the project directory:
git clone https://github.com/ProwlLabs/prowlKit-mcp.git cd prowlKit-mcpBuild the project:
swift build -c releaseConnect 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): Runsxcodebuild -list -jsonto return project/workspace schemes, targets, and configurations.build_project(project_path, scheme, configuration): Wrapsxcodebuild buildand parses errors/warnings into structured JSON.run_tests(project_path, scheme, destination): Wrapsxcodebuild testand parses.xcresultfiles viaxcresulttool.git_info(repo_path, action, target_file): Runsgit difforgit blameon a repository or specific file.swiftlint(project_path, target_path): Runsswiftlint lint --reporter jsonto check for Swift coding style and convention violations.
Roadmap
build_projectimplementationrun_testsimplementationGit diff/blame tool integration
SwiftLint violations tool
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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