Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/material/getting-started/mcp/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ By default, this installs the MCP server to local-scope of the project you are w
If you want the MCP server to always be available to all projects on your machine, you would install it to user-scope:

```bash
claude mcp add mui-mcp -s user -- npx -y @mui/mcp@latest
claude mcp add mui-mcp --scope user -- npx -y @mui/mcp@latest
```

To better understand MCP server scope hierarchy and precedence in Claude Code, see their [official documentation](https://docs.claude.com/en/docs/claude-code/mcp#mcp-installation-scopes).
Expand Down
Loading