Skip to content

Commit f5f5509

Browse files
committed
feat: Add Cursor one-click installation instructions to READMEs
1 parent 46e8127 commit f5f5509

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ Claude: [calls wireshark_extract_dns_queries → wireshark_check_threats]
6363

6464
## Installation
6565

66+
### Option 1 — One-click install in Cursor (no pre-install needed)
67+
68+
[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.png)](cursor://anysphere.cursor-deeplink/mcp/install?name=wireshark-mcp&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJ3aXJlc2hhcmstbWNwIl19)
69+
70+
Requires [uv](https://docs.astral.sh/uv/getting-started/installation/) and [Wireshark](https://www.wireshark.org/) to be installed on your system.
71+
72+
### Option 2 — pip install + auto-configure
73+
6674
```sh
6775
pip install wireshark-mcp
6876
```

README_zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ Claude: [调用 wireshark_extract_dns_queries → wireshark_check_threats]
6363

6464
## 安装
6565

66+
### 方式一 — Cursor 一键安装(无需提前安装包)
67+
68+
[![在 Cursor 中安装](https://cursor.com/deeplink/mcp-install-dark.png)](cursor://anysphere.cursor-deeplink/mcp/install?name=wireshark-mcp&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJ3aXJlc2hhcmstbWNwIl19)
69+
70+
需要提前安装 [uv](https://docs.astral.sh/uv/getting-started/installation/)[Wireshark](https://www.wireshark.org/)
71+
72+
### 方式二 — pip 安装 + 一键配置
73+
6674
```sh
6775
pip install wireshark-mcp
6876
```

0 commit comments

Comments
 (0)