mcp-playwright-server

callnirajgupta/mcp-playwright-server

3.1

If you are the rightful owner of mcp-playwright-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and integration between various components in a distributed system, particularly in environments utilizing machine learning models and automation tools.

install-- npm install build npm run build

copy the ptah of index.js

path in mcp server configuration

{ "mcpServers": { "playwright-mcp-server": { "command": "node", "args": [ "D:/GitRepository/PlaywrightMCPServer/mcp-playwright-server/dist/index.js" ] } } }