T

tuist.dev

Tuist provides tooling and hosted services for mobile development workflows, including project generation, build and test insights, caching, previews, and a Swift package registry. It is aimed at iOS/macOS and related CI workflows, with both local CLI usage and hosted project/account features.

3 integrations · MCP · REST · CLI

Tuist exposes a bearer-authenticated REST API at tuist.dev, an OAuth-protected remote MCP server at https://tuist.dev/mcp, and a `tuist` CLI that authenticates via interactive login, CI OIDC, or account tokens.

discovered 2mo ago
MCP servers1
REST · OpenAPI1
CLI1
Credentials
OAuth 2.0oauth2$ tuist auth login

Acquired by the CLI — running tuist auth login opens the auth flow and stores the credential.

Tuist account tokenbearerGet token

Create an account token with the Tuist CLI after logging in as a user: run tuist account tokens create <account-handle> --scopes ... --name ... as documented in Authentication. Optionally restrict it to projects with --projects and set expiry with --expires. In CI, provide the token via TUIST_TOKEN.

CI OIDC login exchanged for a Tuist access tokentwo_step$ tuist auth login

Acquired by the CLI — running tuist auth login opens the auth flow and stores the credential.

conventions · 3/8 published

Publish these signals → /publishing