> ## 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.

# Amazon Q

> Connect Seamless MCP in Amazon Q Developer.

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

CLI:

```bash theme={null}
qchat mcp add --name seamless --type http --url https://mcp.seamless.ai/mcp
```

IDE (`.amazonq/mcp.json`):

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

Use the `/mcp` command to authenticate after adding the server. See the [Amazon Q documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/qdev-mcp.html) and [Authentication](/mcp/authentication).
