Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-nightwatchCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nightwatch": {
"type": "http",
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nightwatch.laravel.com/mcp"
],
"url": "https://nightwatch.laravel.com/mcp"
}
}
}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
npxhttps://nightwatch.laravel.com/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.