# tuist mcp setup vscode Setup VS Code to use Tuist's MCP server ## Arguments ### path `Optional` The path to the directory where the configuration should be created. ```bash tuist mcp setup vscode --path [path] tuist mcp setup vscode -p [path] ``` ### global `Optional` Configure VS Code globally instead of locally. ```bash tuist mcp setup vscode --global ```