# buildMcpSnippets

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/components/McpInstallBlock.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/McpInstallBlock.tsx#L44)

Build the copy-paste snippet + optional deeplink for each client.

## Signature

```ts
function buildMcpSnippets({
  mcpUrl,
  serverName,
  authToken,
}: {
  mcpUrl: string;
  serverName: string;
  authToken?: string;
})
```

## Parameters

| Name | Type |
|---|---|
| `{
  mcpUrl,
  serverName,
  authToken,
}` | `{
  mcpUrl: string;
  serverName: string;
  authToken?: string;
}` |
