> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mcphub.app/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP SSE 端点 (已弃用)

> 使用 SSE 端点连接到您的 MCP 服务器。

SSE 端点已弃用，并将在未来版本中删除。请改用 [MCP HTTP 端点](/api-reference/mcp-http)。

**安全提示**：MCP 端点默认需要身份验证，以避免暴露已连接的工具和数据。若需对 MCP 端点开放匿名访问，请在密钥设置中关闭 **启用 Bearer 认证**。**免登录开关**仅影响仪表盘登录。

### 统一端点

* **端点**: `http://localhost:3000/sse`
* **方法**: `GET`

### 特定群组的端点

* **端点**: `http://localhost:3000/sse/{group}`
* **方法**: `GET`
* **参数**:
  * `{group}`: 群组的 ID 或名称。

### 特定服务器的端点

* **端点**: `http://localhost:3000/sse/{server}`
* **方法**: `GET`
* **参数**:
  * `{server}`: 服务器的名称。
