Skip to content
Merged
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
4 changes: 2 additions & 2 deletions __docs__/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Simply add the MCP server to your agent of choice, and it should return informat

#### Connect your agent to the MCP

For **`Claude Code`**, open up Terminal and run:
If you have the **`Claude CLI`** tool, open up Terminal and run:

```sh
claude mcp add --transport http --scope user design-guidelines https://main--6a5008743971119020a6233b.chromatic.com/mcp
```

For other MCP clients (Cursor, etc.), add this to your MCP configuration:
If you have the Claude Desktop app other clients (Cursor, etc.), add this to your MCP configuration (or ask the agent to do it for you):

```json
{
Expand Down