Awesome MCPSoftware Development

r-huijts/xcode-mcp-server

⭐ 383 TypeScript added to this list on 2025-05-06 repository created 2025-01-16

Xcode MCP Server is a comprehensive Model Context Protocol (MCP) server implementation designed to facilitate AI assistants' interaction with Xcode projects and iOS development environments. It provides extensive integration with Xcode, enabling AI agents to manage projects, handle files, build and test applications, and control iOS simulators through a unified protocol interface. The server supports multiple project types including iOS, macOS, watchOS, and tvOS, allowing users to create new projects from templates, add files with target and group specifications, and parse workspace documents to identify associated projects. It offers robust file operations such as reading and writing files with various encodings, handling binary files via base64 encoding, searching file contents using patterns and regex, and managing directory structures. The build and testing capabilities include customizable project builds, detailed test failure reporting, code analysis, cleaning build directories, and archiving projects for distribution. Integration with CocoaPods allows initialization, installation, updating, and management of pod dependencies, while Swift Package Manager support includes package initialization, dependency management, documentation generation with DocC, and running tests and builds. The server also provides extensive iOS simulator tools to list, boot, shut down simulators, install and launch apps, capture screenshots and videos, and manage simulator settings. Additional utilities include executing Xcode commands via xcrun, compiling asset catalogs, generating app icon sets, tracing app performance, exporting and validating archives for App Store submission, and switching between different Xcode versions. The server is designed for macOS environments with Xcode 14.0 or higher and requires Node.js 16+, npm or yarn, Swift 5.5+, and optionally CocoaPods. It offers both automated and manual setup options, with a setup script that verifies environment prerequisites, installs dependencies, configures settings, and optionally integrates with Claude Desktop for enhanced AI assistant compatibility. Configuration is flexible through environment variables or command line arguments, supporting project base directory specification, debug logging, allowed paths, and server port settings. The server is intended to be started via npm commands and connects seamlessly with AI assistants supporting MCP, providing them with powerful tools to interact with Xcode projects and iOS development workflows efficiently and effectively.

https://github.com/r-huijts/xcode-mcp-server

ai-assistantsai-development-workflowsai-integrationautomated-setupautomationbuild-and-testingclaude-desktop-integrationcocoapodscocoapods-integrationfile-operationsios-simulator-toolsios-simulatorsmacosmanual-setupmcpmodel-context-protocolnode.jsproject-managementswiftswift-package-managertypescriptxcodexcode-integrationxcode-utilities

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...