Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/start/mcp-skills/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ Find MCP configuration in settings and add:
}
```

#### Claude CLI (Claude Code)

Run the following command in terminal to add MCP:

```bash
claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
# For intranet users: claude mcp add semi-mcp -- npx -y @ies/semi-mcp-bytedance
```

#### Troubleshooting

<Notice type="warning" title='⚠️ oxc-parser Related Errors'>
Expand Down
9 changes: 9 additions & 0 deletions content/start/mcp-skills/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ MCP 的安装方式因客户端而异,以下是常见客户端的配置方法
}
```

#### Claude CLI (Claude Code)

在终端中运行以下命令添加 MCP:

```bash
claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
# 内网用户请使用:claude mcp add semi-mcp -- npx -y @ies/semi-mcp-bytedance
```

#### 故障排除

<Notice type="warning" title='⚠️ oxc-parser 相关错误'>
Expand Down
8 changes: 8 additions & 0 deletions ecosystem/semi-mcp/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ semi-mcp
}
```

### 在 Claude CLI (Claude Code) 中配置

在终端中运行以下命令添加 MCP:

```bash
claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
```

## 功能

### 工具 (Tools)
Expand Down
8 changes: 8 additions & 0 deletions ecosystem/semi-mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ Or if installed globally:
}
```

### Configuration in Claude CLI (Claude Code)

Run the following command in terminal to add MCP:

```bash
claude mcp add semi-mcp -- npx -y @douyinfe/semi-mcp
```

## Features

### Tools
Expand Down