# MCP 客户端

> Streamable HTTP 客户端的连接配置。

规范地址: https://keta1930.github.io/icml2026-mcp/zh/docs/guides/mcp-clients



使用 `/mcp` 地址并选择 Streamable HTTP。公共实例不需要 Authorization header。

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

连接建立后，客户端会自动获得六个工具的 schema 和服务说明，不需要额外编写提示词。
