Next.js DevTools Inspect and debug Next.js applications via MCP server. Quick Start Available Tools | Tool | Description | |------|-------------| | | Get all app routes | | | Details for specific route | | | React components in app | | | Build configuration | | | next.config.js settings | Workflow Patterns Pattern 1: Route Inspection Pattern 2: Debug Build Issues Pattern 3: Component Discovery Scripts start-server.sh For persistent server (multiple calls): On-Demand (Recommended) For single calls, use flag which spawns server per-call: Troubleshooting | Issue | Solution | |-------|----------|…