From laravel-nightwatch
Connects remotely to Nightwatch MCP server at nightwatch.laravel.com for end-to-end testing tools and capabilities in Laravel projects. Likely requires authentication.
npx claudepluginhub laravel/agent-skills --plugin laravel-nightwatchAdd to your .mcp.json:
{
"mcpServers": {
"nightwatch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nightwatch.laravel.com/mcp"
],
"url": "https://nightwatch.laravel.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://nightwatch.laravel.com/mcp