Stats
Actions
Tags
From neuraforge-ai
Runs a local Playwright MCP server that enables browser automation, web scraping, and E2E testing of web pages via Playwright scripts.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub vikisingh23/neuraforge-ai