Required MCP Servers
This project requires the following MCP (Model Context Protocol) servers to be installed in your Claude Code environment.
Laravel Boost MCP
Section titled “Laravel Boost MCP”Purpose: Laravel development tools - database access, Artisan commands, error logs, Tinker execution, and documentation search.
Installation:
claude mcp add laravel-boost npx @laravel-boosts/mcp@latestUsed By: All backend agents (@laravel-core-agent, @filament-admin-agent, @laravel-testing-agent, @laravel-debug-agent)
Key Tools:
application-info- Get app info, packages, modelsdatabase-schema- Read complete database schemadatabase-query- Execute read-only SQL queriessearch-docs- Search Laravel ecosystem docs (version-specific)tinker- Execute PHP in Laravel contextlist-routes- List all application routeslast-error- Get last error details
Chrome DevTools MCP
Section titled “Chrome DevTools MCP”Purpose: Browser automation and debugging for testing frontend, checking console errors, inspecting network requests.
Installation:
claude mcp add chrome-devtools npx chrome-devtools-mcp@latestUse Cases:
- Login flow testing
- Console error detection
- Network request inspection
- Form interaction testing
- Visual regression testing
Key Tools:
navigate_page- Navigate to URLstake_snapshot- Capture page accessibility snapshotfill_form- Fill form fieldsclick- Click elementslist_console_messages- Get console logslist_network_requests- Inspect network traffic
Verification
Section titled “Verification”To verify MCPs are installed, Claude Code will automatically check for required MCPs when you start working. If an MCP is missing, you’ll see a warning.
The project’s .claude/settings.json includes MCP permissions:
{ "permissions": { "allow": [ "mcp__laravel-boost", "mcp__chrome-devtools" ] }}Troubleshooting
Section titled “Troubleshooting”MCP Not Found:
- Install the MCP using the commands above
- Restart Claude Code
- Verify in Claude’s MCP settings
Laravel Boost Issues:
- Ensure you’re in the project root
- Check
.envfile exists inbackend/ - Verify Sail is running:
./.claude/hooks/check_and_start_dev.sh
Chrome DevTools Issues:
- Ensure Chrome browser is installed
- Check no firewall blocking local connections
Support
Section titled “Support”- Laravel Boost: https://github.com/laravel-boost/mcp
- Chrome DevTools: https://github.com/executeautomation/chrome-mcp
- Claude MCP Docs: https://docs.anthropic.com/en/docs/mcp