File tree Expand file tree Collapse file tree 4 files changed +34
-0
lines changed
Expand file tree Collapse file tree 4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,15 @@ Find MCP configuration in settings and add:
8989}
9090```
9191
92+ #### Claude CLI (Claude Code)
93+
94+ Run the following command in terminal to add MCP:
95+
96+ ``` bash
97+ claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
98+ # For intranet users: claude mcp add semi-mcp -- npx -y @ies/semi-mcp-bytedance
99+ ```
100+
92101#### Troubleshooting
93102
94103<Notice type =" warning " title =' ⚠️ oxc-parser Related Errors ' >
Original file line number Diff line number Diff line change @@ -89,6 +89,15 @@ MCP 的安装方式因客户端而异,以下是常见客户端的配置方法
8989}
9090```
9191
92+ #### Claude CLI (Claude Code)
93+
94+ 在终端中运行以下命令添加 MCP:
95+
96+ ``` bash
97+ claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
98+ # 内网用户请使用:claude mcp add semi-mcp -- npx -y @ies/semi-mcp-bytedance
99+ ```
100+
92101#### 故障排除
93102
94103<Notice type =" warning " title =' ⚠️ oxc-parser 相关错误 ' >
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ semi-mcp
5959}
6060```
6161
62+ ### 在 Claude CLI (Claude Code) 中配置
63+
64+ 在终端中运行以下命令添加 MCP:
65+
66+ ``` bash
67+ claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
68+ ```
69+
6270## 功能
6371
6472### 工具 (Tools)
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ Or if installed globally:
5959}
6060```
6161
62+ ### Configuration in Claude CLI (Claude Code)
63+
64+ Run the following command in terminal to add MCP:
65+
66+ ``` bash
67+ claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
68+ ```
69+
6270## Features
6371
6472### Tools
You can’t perform that action at this time.
0 commit comments