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

# Other clients

> Connect Seamless MCP from any MCP-compatible client.

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

MCP is an open protocol. Use server URL `https://mcp.seamless.ai/mcp`. Clients that support the MCP OAuth specification handle authentication automatically.

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

### Poke

In Poke: **Settings > Connections > Integrations > New**, enter `https://mcp.seamless.ai/mcp`. See the [Poke documentation](https://interaction.co/mcp).

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