nextjs-devtools

Inspect routes, components, and build info in Next.js projects via MCP.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/hussain9491/hackathone2_phase2_Q4 --skill nextjs-devtools-hussain9491
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nextjs-devtools
Source: https://github.com/hussain9491/hackathone2_phase2_Q4/tree/main/.claude/skills/nextjs-devtools
Command: npx skills add https://github.com/hussain9491/hackathone2_phase2_Q4 --skill nextjs-devtools-hussain9491

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps. Use when working on Next.js applications, debugging routing, or inspecting app structure. NOT for general React or non-Next.js projects.

Core Features & Use Cases

  • Inspect app routes, components, and build info from Next.js projects.
  • Debug routing and app structure during development.
  • Run on-demand MCP-powered queries against a Next.js app to surface actionable insights.

Quick Start

Start the MCP server using the included script and query routes with the MCP client for immediate results.

Frequently Asked Questions about nextjs-devtools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect Next.js app routes and components during development?

You can inspect Next.js app routes and components by launching an MCP-enabled DevTools session that queries your project to surface application structure and build information on demand.

Can I use this to debug routing in a general React project?

No, this is not for debugging routing in general React projects. It is specifically designed to inspect and debug Next.js applications and their build information.

How do I start an MCP server to query Next.js build information?

You start an MCP server to query Next.js build information by running the included start script alongside the MCP client, which establishes communication with your Next.js project.

What is the best way to debug Next.js routing across different development environments?

The best way to debug Next.js routing across environments is to run an on-demand MCP-powered DevTools session that communicates with your configured environment to inspect application routes.

Do I need any dependencies to inspect a Next.js app via MCP?

You do not need external dependencies to inspect a Next.js app via MCP. The Skill relies on included scripts and the configured environment to communicate with the Next.js project.