Skip to content

Conversation

@r-huijts
Copy link
Contributor

Description

Add Xcode MCP Server to the community servers list in README.md

Server Details

  • Server: N/A (Adding reference to external repository)
  • Changes to: README.md only

Motivation and Context

This PR adds a reference to the Xcode MCP Server in the community servers section. This server enables LLMs to interact with Xcode projects, providing intelligent code assistance, file operations, project management, and automated development tasks for iOS/macOS developers.

How Has This Been Tested?

The Xcode MCP Server has been tested with Claude Desktop, performing tasks such as:

  • Reading Swift & Objective-C files
  • Creating new view files with proper imports
  • Analyzing code for potential issues
  • Building projects with specific configurations

Breaking Changes

None. This PR only adds a reference to an external server in the README.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

The Xcode MCP Server is available at: https://github.com/r-huijts/xcode-mcp-server

Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you leave out the formatting changes and make sure that your server is in alphabetical order? Thanks!

@olaservo olaservo added the waiting for submitter Waiting for the submitter to provide more info label May 14, 2025
@r-huijts r-huijts force-pushed the add-xcode-mcp-server branch from 0660cd6 to c7c5d25 Compare May 23, 2025 06:39
@r-huijts
Copy link
Contributor Author

Hi! I've addressed your feedback:

  • Removed formatting changes - Cleaned up the commit to only include the Xcode server addition without any unrelated whitespace/formatting modifications
  • Fixed alphabetical order - The Xcode entry is now correctly positioned between the X (Twitter) entries and xcodebuild in the community servers section

The PR now has a single clean commit that adds the Xcode MCP server in the proper alphabetical position. Thanks for the guidance!

@r-huijts r-huijts requested a review from olaservo May 23, 2025 06:48
@olaservo olaservo merged commit cf64b23 into modelcontextprotocol:main May 23, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting for submitter Waiting for the submitter to provide more info

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants