开始使用
公共服务
将 MCP 客户端连接到公共实例。
服务地址:
https://icml.agent4sci.com:20441/mcpClaude Code:
claude mcp add --transport http icml-papers --scope user \
https://icml.agent4sci.com:20441/mcp通用 Streamable HTTP 配置:
{
"mcpServers": {
"icml-papers": {
"type": "http",
"url": "https://icml.agent4sci.com:20441/mcp"
}
}
}公共实例的额度由所有用户共享,维护期间可能暂时不可用。需要独立服务或独立数据时,请使用本地部署。