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

# VS Code

> Connect Seamless MCP in VS Code.

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

Add the following to `.vscode/mcp.json` in your workspace. See the VS Code [documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).

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

For API keys or OAuth setup, see [Authentication](/mcp/authentication).
