> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cline

> Connect Seamless MCP in Cline.

<Note>
  MCP access must be enabled on your account. See [Access control](/mcp/access-control).
</Note>

Add to `cline_mcp_settings.json` (open from the MCP Servers icon in Cline). See the Cline [documentation](https://docs.cline.bot/mcp/connecting-to-a-remote-server).

```json theme={null}
{
  "mcpServers": {
    "seamless": {
      "url": "https://mcp.seamless.ai/mcp"
    }
  }
}
```

See [Authentication](/mcp/authentication).
