DEV Community

Yet another engineer
Yet another engineer

Posted on

Playwright MPC right into current browser session

Recently I was working on Playwright MCP capabilities. This seems very extensive and useful, but what I ended up is using it way less because it initiates new browsing session and logins etc most of times needed.

For this I have worked on node scripts to initialise browser with MCP connection.

Why?

As we step into AI using MCPs and Agents, additional setup can be used to leverage full potential.

Setup browser for Playwright MCP example:

node setup-brave.js

Use of prompts

Prompts are available to use in chat under / alt text

Use of instructions file

Enable at settings: github.copilot.chat.codeGeneration.useInstructionFiles

Github repo to explore: https://github.com/me365xyz/agent-use

Top comments (0)