Skip to content

Commit 1c0d405

Browse files
committed
docs: add install badges for all MCP clients
Badges for Claude Code, VS Code, VS Code Insiders, Cursor, Windsurf, Codex CLI, Antigravity, and JetBrains IDEs with anchor links to config instructions.
1 parent 1c662ea commit 1c0d405

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
[![Go Report Card](https://goreportcard.com/badge/github.com/nnemirovsky/iwdp-mcp)](https://goreportcard.com/report/github.com/nnemirovsky/iwdp-mcp)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8+
[![Install in Claude Code](https://img.shields.io/badge/Claude_Code-Install_Plugin-F97316?style=flat-square&logo=claude&logoColor=white)](#claude-code)
89
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=iwdp-mcp&config=%7B%22command%22%3A%22iwdp-mcp%22%7D)
910
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=iwdp-mcp&config=%7B%22command%22%3A%22iwdp-mcp%22%7D&quality=insiders)
1011
[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=iwdp-mcp&config=eyJjb21tYW5kIjoiaXdkcC1tY3AifQ==)
12+
[![Install in Windsurf](https://img.shields.io/badge/Windsurf-Install_Server-5C2D91?style=flat-square&logo=codeium&logoColor=white)](#windsurf)
13+
[![Install in Codex](https://img.shields.io/badge/Codex_CLI-Install_Server-74AA9C?style=flat-square&logo=openai&logoColor=white)](#codex-cli)
14+
[![Install in Antigravity](https://img.shields.io/badge/Antigravity-Install_Server-4285F4?style=flat-square&logo=google&logoColor=white)](#antigravity)
15+
[![Install in JetBrains](https://img.shields.io/badge/JetBrains-Install_Server-000000?style=flat-square&logo=jetbrains&logoColor=white)](#jetbrains-ides)
1116

1217
MCP server + CLI for debugging iOS Safari via [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy).
1318

@@ -84,7 +89,7 @@ iwdp-cli cookies
8489

8590
### MCP Server
8691

87-
<details>
92+
<details id="claude-code">
8893
<summary><strong>Claude Code</strong></summary>
8994

9095
Install as a plugin (recommended):
@@ -167,7 +172,7 @@ Click the Cursor install badge at the top of this README, or add to `.cursor/mcp
167172
```
168173
</details>
169174

170-
<details>
175+
<details id="windsurf">
171176
<summary><strong>Windsurf</strong></summary>
172177

173178
Add to `~/.codeium/windsurf/mcp_config.json`:
@@ -183,7 +188,7 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
183188
```
184189
</details>
185190

186-
<details>
191+
<details id="codex-cli">
187192
<summary><strong>Codex CLI</strong></summary>
188193

189194
```sh
@@ -198,7 +203,7 @@ command = "iwdp-mcp"
198203
```
199204
</details>
200205

201-
<details>
206+
<details id="antigravity">
202207
<summary><strong>Antigravity</strong></summary>
203208

204209
Add to `~/.gemini/antigravity/mcp_config.json`:
@@ -214,7 +219,7 @@ Add to `~/.gemini/antigravity/mcp_config.json`:
214219
```
215220
</details>
216221

217-
<details>
222+
<details id="jetbrains-ides">
218223
<summary><strong>JetBrains IDEs</strong></summary>
219224

220225
Go to **Settings → Tools → AI Assistant → Model Context Protocol (MCP) → Add**, or add the following JSON config:

0 commit comments

Comments
 (0)