Xcodebuildmcp
Rank #625io.github.cameroncooke/XcodeBuildMCP
MCP server providing XcodeBuildMCP capabilities
Xcodebuildmcp is a Model Context Protocol (MCP) server published by cameroncooke. It ranks #625 of 121,933 servers tracked on MCP Toplist, and its repository has 6,348 GitHub stars. Xcodebuildmcp is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 9, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 121,308 of 121,933 servers on MCP Toplist.
Use Xcodebuildmcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xcodebuildmcp -- npx -y xcodebuildmcp[mcp_servers.xcodebuildmcp]
command = "npx"
args = ["-y", "xcodebuildmcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xcodebuildmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cameroncooke%2FXcodeBuildMCP)<a href="https://mcptoplist.com/server/io.github.cameroncooke%2FXcodeBuildMCP"><img src="https://mcptoplist.com/badge/io.github.cameroncooke%2FXcodeBuildMCP.svg" alt="MCP Toplist: Top 1% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
cameroncooke
Available versions (3)
| Version | Published |
|---|---|
| 1.12.8 | Sep 9, 2025 |
| 1.12.7 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Xcodebuildmcp?
- Xcodebuildmcp is maintained by cameroncooke, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Xcodebuildmcp listed on the Official MCP Registry?
- Yes — Xcodebuildmcp is listed on the Official MCP Registry.
- How many versions does Xcodebuildmcp have?
- MCP Toplist tracks 3 versions of Xcodebuildmcp, most recently published on Sep 9, 2025.
- Where can I find the source code for Xcodebuildmcp?
- The source code for Xcodebuildmcp is hosted at github.com/cameroncooke/XcodeBuildMCP.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.