Skip to content

Commit d56dc3d

Browse files
authored
Merge pull request #3124 from guowei-gong/main
docs: add Claude CLI installation guide for Semi MCP
2 parents a9c733e + 5c975b8 commit d56dc3d

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

content/start/mcp-skills/index-en-US.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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'>

content/start/mcp-skills/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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 相关错误'>

ecosystem/semi-mcp/README-zh_CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

ecosystem/semi-mcp/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)