You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/platform/playwright-mcp.mdx
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,18 @@ This server enables LLMs to interact with web pages through structured accessibi
29
29
The current version of Cloudflare Playwright MCP **v0.0.5** is in sync with upstream Playwright MCP **v0.0.30**.
30
30
:::
31
31
32
+
## Quick start
33
+
34
+
If you want to skip the steps and get started quickly, click on the button below.
35
+
36
+
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/playwright-mcp/tree/main/cloudflare/example)
37
+
38
+
This creates a repository in your GitHub account and deploys the application to Cloudflare Workers. Use this option if you are familiar with Cloudflare Workers, and wish to skip the step-by-step guidance.
39
+
40
+
Check our [GitHub page](https://github.com/cloudflare/playwright-mcp) for more information on how to build and deploy Playwright MCP.
41
+
42
+
You may wish to manually follow the steps if you are new to Cloudflare Workers.
43
+
32
44
## Deploying
33
45
34
46
Follow these steps to deploy `@cloudflare/playwright-mcp`:
@@ -79,12 +91,6 @@ npx wrangler deploy
79
91
80
92
The server is now available at `https://[my-mcp-url].workers.dev/sse` and you can use it with any MCP client.
81
93
82
-
Alternatively, use [Deploy to Cloudflare](/workers/platform/deploy-buttons/):
83
-
84
-
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/playwright-mcp/tree/main/cloudflare/example)
85
-
86
-
Check our [GitHub page](https://github.com/cloudflare/playwright-mcp) for more information on how to build and deploy Playwright MCP.
0 commit comments