-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
358 lines (344 loc) · 17.2 KB
/
index.html
File metadata and controls
358 lines (344 loc) · 17.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Broxy — Turn any webpage into an MCP server</title>
<meta name="description" content="Broxy turns any webpage into an MCP server, allowing AI assistants to directly control the browser.">
<meta name="keywords" content="Broxy, webmcp, MCP, MCP Server, Browser Automation, AI, Claude, OpenClaw, API, Tampermonkey">
<meta name="author" content="Broxy">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://broxy.dev/">
<meta property="og:type" content="website">
<meta property="og:title" content="Broxy — Turn any webpage into an MCP server">
<meta property="og:description" content="Broxy turns any webpage into an MCP server, allowing AI assistants to directly control the browser.">
<meta property="og:url" content="https://broxy.dev/">
<meta property="og:image" content="https://broxy.dev/assets/logo.png">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="zh_CN">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Broxy — Turn any webpage into an MCP server">
<meta name="twitter:description" content="Broxy turns any webpage into an MCP server, allowing AI assistants to directly control the browser.">
<meta name="twitter:image" content="https://broxy.dev/assets/logo.png">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/logo.png" type="image/png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Broxy",
"description": "Turn any webpage into an MCP server, allowing AI assistants to directly control the browser.",
"url": "https://broxy.dev",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"keywords": "webmcp, MCP, browser automation, AI, Claude, OpenClaw"
}
</script>
</head>
<body>
<canvas id="particles-canvas"></canvas>
<div id="cursor-dot"></div>
<div id="cursor-ring"></div>
<nav id="navbar" class="navbar">
<div class="navbar-container">
<a href="#" class="navbar-logo">
<img src="assets/logo.png" alt="Broxy">
<span>Broxy</span>
</a>
<div class="navbar-links">
<a href="#features" data-i18n="nav.features">Features</a>
<a href="#quickstart" data-i18n="nav.quickstart">Quick Start</a>
<a href="#usecases" data-i18n="nav.usecases">Use Cases</a>
</div>
<div class="navbar-actions">
<button id="lang-toggle" class="ctrl-btn" title="Language">EN</button>
<button id="theme-toggle" class="ctrl-btn" title="Theme">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/>
</svg>
</button>
<a href="https://github.com/broxy-dev" target="_blank" rel="noopener" class="ctrl-btn" title="GitHub">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
</a>
</div>
</div>
</nav>
<section class="hero">
<div class="hero-content reveal">
<div class="hero-logo">
<img src="assets/logo.png" alt="Broxy">
</div>
<p class="hero-badge" data-i18n="hero.badge">Open Source & Free</p>
<h1 class="hero-title"><span data-i18n="hero.titlePrefix">Turn any webpage into an </span><span class="typing-text" id="hero-keyword"></span><span data-i18n="hero.titleSuffix"> server</span></h1>
<p class="hero-subtitle" data-i18n="hero.subtitle">Let Claude, Cursor, and other AI assistants directly control your browser. No API needed.</p>
<div class="hero-actions">
<a href="#install" class="btn-primary" data-i18n="hero.cta">Get Started</a>
</div>
</div>
</section>
<section id="features" class="features">
<div class="section-header reveal">
<span class="section-label">FEATURES</span>
<h2 class="section-title" data-i18n="features.title">Powerful Capabilities</h2>
</div>
<div class="features-grid">
<div class="feature-card reveal">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"/>
</svg>
</div>
<h3 data-i18n="features.api.title">API Endpoint</h3>
<p data-i18n="features.api.desc">Execute JavaScript on any webpage, expose APIs for external calls</p>
</div>
<div class="feature-card reveal">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="3"/>
<path d="M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72l1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/>
</svg>
</div>
<h3 data-i18n="features.mcp.title">AI Integration</h3>
<p data-i18n="features.mcp.desc">MCP support for Claude/Cursor to directly control browser</p>
</div>
<div class="feature-card reveal">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"/>
<line x1="9" y1="9" x2="15" y2="15"/>
<line x1="15" y1="9" x2="9" y2="15"/>
</svg>
</div>
<h3 data-i18n="features.automation.title">Automation</h3>
<p data-i18n="features.automation.desc">Simulate input, click, and request on any webpage</p>
</div>
<div class="feature-card reveal">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<h3 data-i18n="features.security.title">Secure & Private</h3>
<p data-i18n="features.security.desc">All operations run locally, no data sent to external servers</p>
</div>
<div class="feature-card reveal">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/>
</svg>
</div>
<h3 data-i18n="features.zero.title">Zero Config</h3>
<p data-i18n="features.zero.desc">Drag to bookmarks, click to use. No installation required</p>
</div>
<div class="feature-card reveal">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<line x1="2" y1="12" x2="22" y2="12"/>
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
</svg>
</div>
<h3 data-i18n="features.cross.title">Cross Platform</h3>
<p data-i18n="features.cross.desc">Works on Chrome, Firefox, Safari, Edge and any browser with userscript support</p>
</div>
</div>
</section>
<section id="quickstart" class="quickstart">
<div class="section-header reveal">
<span class="section-label">QUICK START</span>
<h2 class="section-title" data-i18n="quickstart.title">Usage Guide</h2>
</div>
<div class="quickstart-grid">
<div class="quickstart-card reveal">
<span class="quickstart-number">1</span>
<div class="quickstart-content">
<h3 data-i18n="quickstart.step1.title">Install Extension/Script</h3>
<p data-i18n="quickstart.step1.desc">Choose Edge Addons or Userscript to use Broxy in your browser</p>
</div>
</div>
<div class="quickstart-card reveal">
<span class="quickstart-number">2</span>
<div class="quickstart-content">
<h3 data-i18n="quickstart.step2.title">Launch & Configure</h3>
<p data-i18n="quickstart.step2.desc">Open target website, launch Broxy and configure tools to control the page</p>
</div>
</div>
<div class="quickstart-card reveal">
<span class="quickstart-number">3</span>
<div class="quickstart-content">
<h3 data-i18n="quickstart.step3.title">Copy Endpoint to Use</h3>
<p data-i18n="quickstart.step3.desc">Copy API for workflow scripts, or MCP endpoint for AI assistants</p>
</div>
</div>
</div>
</section>
<section id="install" class="install-section">
<div class="install-container reveal">
<h2 class="install-title" data-i18n="install.title">Ready to get started?</h2>
<p class="install-desc" data-i18n="install.desc">Install Broxy in seconds and start controlling your browser with AI</p>
<p class="install-hint-text" data-i18n="install.hint">Choose one of the following methods</p>
<div class="install-tabs">
<button class="install-tab active" data-tab="bookmarklet">
<span data-i18n="install.bookmarkletTab">Bookmarklet</span>
<span class="badge badge-recommended" data-i18n="install.recommendedBadge">Recommended</span>
</button>
<button class="install-tab" data-tab="edge">
<span data-i18n="install.edgeTab">Edge Addons</span>
</button>
<button class="install-tab" data-tab="user">
<span data-i18n="install.userTab">Userscript</span>
</button>
<button class="install-tab" data-tab="developer">
<span data-i18n="install.developerTab">For Developers</span>
</button>
</div>
<div class="install-content">
<div class="install-panel active" id="bookmarklet-panel">
<p class="bookmarklet-hint" data-i18n="install.bookmarkletHint">Drag button to bookmarks, then click it on any webpage to load Broxy</p>
<div class="bookmarklet-drag-area">
<a class="bookmarklet-btn" data-i18n="install.bookmarkletBtn">🚀 Launch Broxy</a>
</div>
<div class="install-steps bookmarklet-steps">
<div class="install-step">
<span class="install-number">1</span>
<div class="install-step-content">
<span class="install-link" data-i18n="install.bookmarkletStep1">Drag [Launch Broxy] to bookmarks bar</span>
</div>
</div>
<div class="install-step">
<span class="install-number">2</span>
<div class="install-step-content">
<span class="install-link" data-i18n="install.bookmarkletStep2">Open target webpage, click bookmark</span>
</div>
</div>
<div class="install-step">
<span class="install-number">3</span>
<div class="install-step-content">
<span class="install-link" data-i18n="install.bookmarkletStep3">Click Broxy icon at bottom-right to start</span>
</div>
</div>
</div>
</div>
<div class="install-panel" id="edge-panel">
<div class="install-steps">
<div class="install-step">
<span class="install-number">1</span>
<div class="install-step-content">
<a href="https://microsoftedge.microsoft.com/addons/detail/broxy/kbbobefcojhkfldidakefeeggjgldbjf" target="_blank" rel="noopener" class="install-link" data-i18n="install.edgeLink">Install from Edge Addons</a>
<span class="install-note" data-i18n="install.edgeNote">After installation, open any webpage to find Broxy at bottom-right</span>
</div>
</div>
</div>
</div>
<div class="install-panel" id="user-panel">
<div class="install-steps">
<div class="install-step">
<span class="install-number">1</span>
<div class="install-step-content">
<a href="https://www.tampermonkey.net/" target="_blank" rel="noopener" class="install-link" data-i18n="install.step1">Install Tampermonkey</a>
<span class="install-note" data-i18n="install.step1Note">Browser extension manager</span>
</div>
</div>
<div class="install-step">
<span class="install-number">2</span>
<div class="install-step-content">
<a href="assets/broxy-v1.user.js" class="install-link" data-i18n="install.step2">Add Broxy script</a>
<span class="install-note" data-i18n="install.step2Note">Click to install</span>
</div>
</div>
<div class="install-step">
<span class="install-number">3</span>
<div class="install-step-content">
<span class="install-link" data-i18n="install.step3">Click floating button to config</span>
<span class="install-note" data-i18n="install.step3Note">Broxy icon at bottom-right corner</span>
</div>
</div>
</div>
</div>
<div class="install-panel" id="developer-panel">
<div class="install-code-block">
<code><script src="https://broxy.dev/assets/broxy-v1.user.js"></script></code>
<button class="copy-btn" data-i18n="install.copy">Copy</button>
</div>
<p class="install-hint" data-i18n="install.developerHint">Add this to your page and visitors can use Broxy immediately</p>
</div>
</div>
</div>
</section>
<section id="usecases" class="usecases">
<div class="section-header reveal">
<span class="section-label">USE CASES</span>
<h2 class="section-title" data-i18n="usecases.title">Real-world scenarios</h2>
</div>
<div class="usecases-grid">
<div class="usecase-card reveal">
<div class="usecase-header">
<span class="usecase-icon">🤖</span>
<span class="usecase-tag" data-i18n="usecases.automation.tag">AI Automation</span>
</div>
<div class="usecase-chat">
<div class="chat-bubble user">
<span data-i18n="usecases.automation.input">Help me fill this form and submit the report</span>
</div>
<div class="chat-bubble ai">
<span data-i18n="usecases.automation.output">Form filled and submitted successfully!</span>
</div>
</div>
<p class="usecase-desc" data-i18n="usecases.automation.desc">Let Claude/Cursor fill forms, submit reports, and book meetings automatically</p>
</div>
<div class="usecase-card reveal">
<div class="usecase-header">
<span class="usecase-icon">📊</span>
<span class="usecase-tag" data-i18n="usecases.monitor.tag">Data Monitoring</span>
</div>
<div class="usecase-chat">
<div class="chat-bubble user">
<span data-i18n="usecases.monitor.input">Monitor this product's price every hour</span>
</div>
<div class="chat-bubble ai">
<span data-i18n="usecases.monitor.output">Monitoring started! Price: $299</span>
</div>
</div>
<p class="usecase-desc" data-i18n="usecases.monitor.desc">Track prices, stocks, and competitor data in real-time</p>
</div>
<div class="usecase-card reveal">
<div class="usecase-header">
<span class="usecase-icon">🔌</span>
<span class="usecase-tag" data-i18n="usecases.api.tag">API Generator</span>
</div>
<div class="usecase-chat">
<div class="chat-bubble user">
<span data-i18n="usecases.api.input">Turn this website's search into an API</span>
</div>
<div class="chat-bubble ai">
<span data-i18n="usecases.api.output">API created: GET /search?q={query}</span>
</div>
</div>
<p class="usecase-desc" data-i18n="usecases.api.desc">Convert websites without APIs into callable interfaces</p>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-container">
<div class="footer-left">
<div class="footer-brand">
<img src="assets/logo.png" alt="Broxy" class="footer-logo">
<span>Broxy</span>
</div>
<p class="footer-desc" data-i18n="footer.desc">Turn any webpage into an MCP server</p>
<p class="footer-copyright" data-i18n="footer.copyright">© 2026 Broxy. All rights reserved.</p>
</div>
</div>
</footer>
<script src="i18n.js"></script>
<script src="script.js"></script>
<script src="assets/data.js"></script>
</body>
</html>