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" ] } } }