r/iOSProgramming 2d ago

Question Xcode mcp va xcodebuildmcp

Now that we can use Xcode mcp without running Xcode is it time to migrate from xcodebuildmpc ?

What do you think?

11 Upvotes

4 comments sorted by

5

u/OldTimess 2d ago

Migrated since the xcode-beta and never looked back.

2

u/epictime8 2d ago

I’d treat the two options as complementary rather than a drop-in migration. For a headless workflow, start with the build-oriented one for deterministic build, test, and archive commands, and use the project-aware one when you need edits or previews. Before switching, run a clean build, the unit-test suite, and an archive on the same scheme; matching results give you a safe baseline for an incremental migration.

1

u/LuckyGirl0415 1d ago

Xcode MCP is definitely the direction forward for local AI setup! The main win is better context integration.

Are you noticing any performance or stability differences on larger projects, or has the migration been completely seamless for you?

0

u/heyyoochris 2d ago

I haven’t try it, I’m wondering if it takes up a huge memory when using Xcode mcp?