xcf - AI-Powered Xcode Automation
@CodeFreezeAI
About xcf - AI-Powered Xcode Automation
XCodeFreeze MCP Xcode Automation local server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"xcf": {
"type": "stdio",
"command": "/Users/username/xcf/xcf",
"args": [],
"env": {
"XCODE_PROJECT_FOLDER_optional": "/path/to/project/",
"XCODE_PROJECT_optional": "/path/to/project/project.xcodeproj"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is xcf?
xcf is an MCP server that enables AI assistants to control Xcode. It integrates with Cursor, VSCode, and Claude Desktop, allowing users to build, run, and manage Xcode projects through natural language or function calls.
How to use xcf?
Configure by adding the server to your MCP config file (~/.cursor/mcp.json or ~/Library/Application Support/Claude/claude_desktop_config.json) with a stdio transport pointing to the xcf binary, then restart your AI tool. Activate with the use xcf command, then use commands like show, open #, build, and run.
Key features of xcf
- Execute Xcode build and run commands via AI
- File access through snippets with smart path resolution
- Security with automatic workspace boundary enforcement
- Optional environment variables for project pre-selection
- Dedicated MCP tools for AI function calls and help
Use cases of xcf
- Build and run Xcode projects hands-free using natural language
- Explore and retrieve Swift file contents during AI conversations
- Manage multiple open Xcode projects from a single session
FAQ from xcf
Which AI tools does xcf work with?
It works with Cursor, VSCode, and Claude Desktop.
How do I configure xcf?
Add the server to your MCP config JSON with "type": "stdio" and the path to the xcf binary, then restart your AI tool.
What optional environment variables can I set?
XCODE_PROJECT_FOLDER_optional and XCODE_PROJECT_optional let you pre-select a specific project and define a secure workspace boundary.
What transport does xcf use?
It uses the STDIO transport protocol.
How does xcf find files when using snippets?
It uses smart path resolution, searching the current directory, workspace folder, subdirectories (one level deep), and the project directory when the exact path isn't found.
More Productivity MCP servers
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
Comments