@gapwright/mcp
v0.4.0
Published
Persistent Playwright browser tools for Gapwright over MCP
Downloads
133
Maintainers
Readme
@gapwright/mcp
Gapwright's stdio MCP server exposes persistent Playwright browser tools and repository facts to coding agents.
The recommended setup is to install the CLI and let it write the MCP registration for your agent:
npm install --global gapwright
gapwright install
cd /path/to/your-project
gapwright initFor a manual MCP registration, use this command and arguments:
{
"command": "npx",
"args": ["-y", "@gapwright/mcp"]
}Set GAPWRIGHT_ROOT when the MCP process should inspect a directory other than
its working directory.
License
Apache-2.0
