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

# Cursor

> Connect Seamless MCP in Cursor.

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

Add the following to `~/.cursor/mcp.json`. See the Cursor [documentation](https://docs.cursor.com/context/model-context-protocol).

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

On first connect, Cursor opens a browser window to log in and authorize access. For API keys, see [Authentication](/mcp/authentication).

## Next steps

* [Quickstart](/mcp/quickstart)
* [Tool reference](/mcp/tools/search)
