# Public service

> Connect an MCP client to the shared instance.

Canonical: https://keta1930.github.io/icml2026-mcp/en/docs/getting-started/public-service



Endpoint:

```text
https://icml.agent4sci.com:20441/mcp
```

Claude Code:

```bash
claude mcp add --transport http icml-papers --scope user \
  https://icml.agent4sci.com:20441/mcp
```

Generic Streamable HTTP configuration:

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

The quota is shared and the service may be unavailable during maintenance. Use a local deployment when you need an independent service or data store.
