Xcode MCP Windows

List open Xcode windows, workspace/project paths, and tab identifiers through Xcode MCP. Use when the user asks which Xcode workspace is open, what tabIdentifier to use, whether Xcode MCP can see the current project, or to inspect active Xcode tabs before another MCP action.

ai-x-builder Updated

File contents

Xcode MCP Windows

Overview

Use this skill to discover the Xcode tabs that MCP can control. This is the lightweight entry point before build, diagnostic, test, preview, or snippet workflows when the user only needs workspace/tab visibility.

Tool Availability

Before calling MCP tools, confirm the mcp__xcode namespace is available. If it is not available, use tool_search to expose Xcode MCP tools; if the tools still are not available, tell the user Xcode MCP is not connected.

Workflow

  1. Call mcp__xcode.XcodeListWindows.
  2. Report each tabIdentifier and workspace/project path returned by Xcode.
  3. If no windows are returned, ask the user to open the target workspace or project in Xcode.
  4. If multiple windows are returned and a follow-up action is implied, ask which tab/workspace should be used unless the requested path clearly matches one entry.

Reporting

  • Keep the output short and copyable.
  • Preserve exact tabIdentifier values.
  • State whether there is a single obvious default tab for subsequent Xcode MCP actions.

ai-x-builder/xcode-mcp-skills/tree/main/skills/xcode-mcp-windows commit ed5aecfd8b

Frequently asked questions

npx skillmds@latest add ai-x-builder/xcode-mcp-windows