server/priv/docs/en/guides/features/agentic-coding/plugins.md
Tuist packages its agent skills and hosted MCP server as plugins so you can install both together. Choose the package that matches your coding agent.
The Tuist Claude Code marketplace packages the Tuist plugin for installation with:
claude plugin marketplace add tuist/claude-plugin
claude plugin install tuist@tuist-plugins
The plugin provides Tuist skills and connects Claude Code to the hosted MCP server.
Install the Tuist plugin for Cursor from the Cursor Marketplace:
You can also type /add-plugin in Cursor to open the same installation flow. The plugin provides Tuist skills and connects Cursor to the hosted MCP server.
If your organization manages Cursor marketplaces, import https://github.com/tuist/cursor-plugin from Settings → Plugins → Team Marketplaces → Import Marketplace first.
The Tuist Agent Plugin follows the open, vendor-neutral Agent Plugins standard. Point a compatible client at the repository, following that client's instructions for installing or referencing plugin directories:
git clone https://github.com/tuist/agent-plugin.git
It installs Tuist skills and registers https://tuist.dev/mcp as a remote MCP server. For clients that do not yet support Agent Plugins, install the skills or configure the MCP server separately.
Most skills use the Tuist command-line interface, so authenticate it once before asking an agent to access your project data:
tuist auth login
The hosted MCP server requests its own sign-in when needed. See the MCP guide for client-specific setup and authentication details.