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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,17 @@ 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 are already familiar with Cloudflare Workers and you want to get started with Playwright MCP right away, select this button:
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
+
32
43
## Deploying
33
44
34
45
Follow these steps to deploy `@cloudflare/playwright-mcp`:
@@ -79,12 +90,6 @@ npx wrangler deploy
79
90
80
91
The server is now available at `https://[my-mcp-url].workers.dev/sse` and you can use it with any MCP client.
81
92
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