Xcode MCP Server

list_project_files

Retrieve a list of all files within an Xcode project by specifying the project path and optionally filtering by file extension. Simplifies project navigation and file management.

Instructions

List all files in an Xcode project

Input Schema

NameRequiredDescriptionDefault
fileTypeNoFilter by file extension (e.g., 'swift', 'm')
projectPathYesPath to the .xcodeproj directory

Input Schema (JSON Schema)

{ "properties": { "fileType": { "description": "Filter by file extension (e.g., 'swift', 'm')", "type": "string" }, "projectPath": { "description": "Path to the .xcodeproj directory", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

You must be authenticated.

Other Tools from Xcode MCP Server

Related Tools

ID: mmxuwmm7sc