スキル一覧に戻る
fusengine

mcp-tools

by fusengine

Redefining development through cognitive automation and collaborative agent systems.

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: mcp-tools description: MCP tools for Xcode automation and Apple documentation access. XcodeBuildMCP for builds, apple-docs for WWDC and API docs. user-invocable: false

MCP Tools for Swift Development

Model Context Protocol servers for enhanced Swift/Xcode workflows.

Available MCP Servers

1. XcodeBuildMCP

Purpose: Xcode project automation and build validation

Documentation: xcode-build-mcp.md

Key features:

  • Discover Xcode projects and workspaces
  • Build for macOS, iOS Simulator, iOS Device
  • List schemes and show build settings
  • Clean builds and derived data
  • Create new projects from templates
  • Autonomous build validation (AI can build, read errors, fix, rebuild)

Installation:

{
  "mcpServers": {
    "XcodeBuildMCP": {
      "command": "npx",
      "args": ["-y", "xcodebuildmcp@latest"]
    }
  }
}

Use when:

  • After making code changes (MANDATORY validation)
  • Debugging build issues
  • Creating new Xcode projects
  • Cleaning stale builds

2. Apple Docs MCP

Purpose: Official Apple documentation with offline WWDC access

Documentation: apple-docs-mcp.md

Key features:

  • Search all Apple frameworks (SwiftUI, UIKit, Foundation, etc.)
  • Get detailed symbol information (classes, methods, properties)
  • WWDC sessions 2014-2025 with full transcripts (offline)
  • Access Apple sample code
  • Framework exploration and discovery
  • API availability and deprecation checking

Installation:

{
  "mcpServers": {
    "apple-docs": {
      "command": "npx",
      "args": ["-y", "@kimsungwhee/apple-docs-mcp"]
    }
  }
}

Use when:

  • Researching Apple APIs (PRIORITY over Context7)
  • Finding WWDC best practices
  • Checking API availability
  • Getting official code examples

Workflow Integration

Research-First (MANDATORY)

Priority order:
1. ⭐ Apple Docs MCP (official Apple docs + WWDC)
2. Context7 (third-party libraries)
3. Exa web search (community tutorials)

Build Validation (MANDATORY)

After EVERY code change:
1. XcodeBuildMCP: Build project
2. If errors → Read error messages
3. Fix issues
4. Rebuild to validate
5. Only commit if zero errors

Complete Development Workflow (2026)

1. Feature request received
   ↓
2. Apple Docs MCP: Search API/WWDC
   ↓
3. Read existing codebase (DRY principle)
   ↓
4. Implement following Apple patterns
   ↓
5. XcodeBuildMCP: Build to validate ⭐
   ↓
6. If build errors:
   - Read error messages
   - Fix issues
   - Rebuild
   ↓
7. Run tests (if available)
   ↓
8. Commit changes

Benefits

XcodeBuildMCP

✅ Autonomous error detection and fixing ✅ Zero tolerance for compilation errors ✅ Lightning-fast incremental builds ✅ Project scaffolding automation ✅ Build validation before commits

Apple Docs MCP

✅ Official Apple documentation (most accurate) ✅ WWDC sessions offline (2014-2025) ✅ Zero network latency ✅ Complete API coverage ✅ Deprecation and availability info


Resources

XcodeBuildMCP:

Apple Docs MCP:


Quick Reference

TaskMCP ToolDocumentation
Search Apple APIapple-docsapple-docs-mcp.md
Find WWDC sessionapple-docsapple-docs-mcp.md
Get code exampleapple-docsapple-docs-mcp.md
Build projectXcodeBuildMCPxcode-build-mcp.md
Validate changesXcodeBuildMCPxcode-build-mcp.md
Clean buildXcodeBuildMCPxcode-build-mcp.md
Create projectXcodeBuildMCPxcode-build-mcp.md

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です