Skip to content

Commit 53ff2ab

Browse files
kathaylToriLindsay
andauthored
Update playwright-mcp.mdx (#25182)
* Update playwright-mcp.mdx move up "deploy to cloudflare" button * Update src/content/docs/browser-rendering/platform/playwright-mcp.mdx Co-authored-by: ToriLindsay <[email protected]> * Update src/content/docs/browser-rendering/platform/playwright-mcp.mdx Co-authored-by: ToriLindsay <[email protected]> --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent 7faa796 commit 53ff2ab

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/content/docs/browser-rendering/platform/playwright-mcp.mdx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ This server enables LLMs to interact with web pages through structured accessibi
2929
The current version of Cloudflare Playwright MCP **v0.0.5** is in sync with upstream Playwright MCP **v0.0.30**.
3030
:::
3131

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+
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](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+
3243
## Deploying
3344

3445
Follow these steps to deploy `@cloudflare/playwright-mcp`:
@@ -79,12 +90,6 @@ npx wrangler deploy
7990

8091
The server is now available at `https://[my-mcp-url].workers.dev/sse` and you can use it with any MCP client.
8192

82-
Alternatively, use [Deploy to Cloudflare](/workers/platform/deploy-buttons/):
83-
84-
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](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.
87-
8893
## Using Playwright MCP
8994

9095
![alt text](~/assets/images/browser-rendering/playground-ai-screenshot.png)

0 commit comments

Comments
 (0)