# MCP clients

> Connection settings for Streamable HTTP clients.

Canonical: https://keta1930.github.io/icml2026-mcp/en/docs/guides/mcp-clients



Use the `/mcp` URL and select Streamable HTTP. No authorization header is required for the public instance.

```json
{
  "mcpServers": {
    "icml-papers": {
      "type": "http",
      "url": "https://icml.agent4sci.com:20441/mcp"
    }
  }
}
```

After the connection is established, the client receives all six tool schemas and the server instructions. No separate prompt is required.
