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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ Claude: [calls wireshark_extract_dns_queries → wireshark_check_threats]

## Installation

### Option 1 — One-click install in Cursor (no pre-install needed)

[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.png)](cursor://anysphere.cursor-deeplink/mcp/install?name=wireshark-mcp&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJ3aXJlc2hhcmstbWNwIl19)

Requires [uv](https://docs.astral.sh/uv/getting-started/installation/) and [Wireshark](https://www.wireshark.org/) to be installed on your system.

### Option 2 — pip install + auto-configure

```sh
pip install wireshark-mcp
```
Expand Down
8 changes: 8 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ Claude: [调用 wireshark_extract_dns_queries → wireshark_check_threats]

## 安装

### 方式一 — Cursor 一键安装(无需提前安装包)

[![在 Cursor 中安装](https://cursor.com/deeplink/mcp-install-dark.png)](cursor://anysphere.cursor-deeplink/mcp/install?name=wireshark-mcp&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJ3aXJlc2hhcmstbWNwIl19)

需要提前安装 [uv](https://docs.astral.sh/uv/getting-started/installation/) 和 [Wireshark](https://www.wireshark.org/)。

### 方式二 — pip 安装 + 一键配置

```sh
pip install wireshark-mcp
```
Expand Down