Tuist MCP server

other

Tuist is the project generation and workflow tool a lot of iOS and macOS teams use to keep large Xcode projects manageable: modular targets, remote caching, and generated .xcodeproj files instead of hand-maintained ones. Connected to Neotask, you can ask about a project's state or kick off Tuist actions without leaving the terminal-adjacent flow you're already in.

What you can automate

Tuist MCP serverManage Tuist projects for iOS and macOS development, including generating projects, viewing build and test insights, using remote caching, sharing previews, and pulling Swift packages from Tuist's package registry.

Real workflows

Check build health before merging

Ask Neotask to pull the latest build and test insights for a Tuist-managed project, and it reports back what's failing instead of you opening Tuist's dashboard.

Regenerate a project after adding a module

After a new target is added, tell the agent to regenerate the project and it runs the Tuist generation step for you.

Frequently asked questions

Can it pull Swift packages from the Tuist registry?

Yes, that is one of the capabilities exposed through this connection, alongside project generation and caching.

Does this replace the Tuist CLI?

No, it gives you a conversational way to trigger the same underlying Tuist operations your team already relies on.