xcodebuildmcp

Solid

Build/test Xcode projects via the XcodeBuildMCP MCP server using a local CLI wrapper for pi (no MCP support). Use when the user mentions Xcode, xcodebuild, iOS builds/tests, or XcodeBuildMCP.

AI & Automation 109 stars 12 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# xcodebuildmcp This skill wraps an MCP server behind a local CLI so pi agent can use it without MCP support. ## Setup Run once: ```bash cd {baseDir} npm install ``` ## Usage Use `--output json` for agent workflows. ```bash {baseDir}/xcodebuildmcp.sh --help {baseDir}/xcodebuildmcp.sh --output json <command> [flags] ``` ### Regenerating the CLI If the MCP server adds/removes tools, regenerate the CLI from its embedded metadata: ```bash cd {baseDir} npx mcporter generate-cli --from ./xcodebuildmcp.ts ```

Details

Author
w-winter
Repository
w-winter/dot314
Created
4 months ago
Last Updated
6 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

mcp-apps-builder

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

9,994 Updated today
mcp-use
AI & Automation Solid

code-mode

Add a "code mode" tool to an existing MCP server so LLMs can write small processing scripts that run against large API responses in a sandboxed runtime — only the script's compact output enters the LLM context window. Use this skill whenever someone wants to add code mode, context reduction, script execution, sandbox execution, or LLM-generated-code processing to an MCP server. Also trigger when users mention reducing token usage, shrinking API responses, running user-provided code safely, or adding a code execution tool to their MCP server — in any language (TypeScript, Python, Go, Rust, etc.).

19 Updated 2 months ago
chenhunghan
AI & Automation Solid

smalltalk-mcp

Interact with live Smalltalk images (Squeak, Cuis) via MCP. Evaluate code, browse classes, view method source, define and modify classes and methods, query hierarchies and categories in a running Smalltalk environment.

17 Updated 2 months ago
CorporateSmalltalkConsultingLtd
AI & Automation Featured

aws-agentic-ai

AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.

290 Updated 1 months ago
zxkane