Next.js Server Inspector
Debug Next.js server-side API calls in Chrome DevTools
As of June 2026, Next.js Server Inspector has — users in the Developer Tools category.
Usersno change0%
—
—
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
0.1.0
Manifest V3
History
1 snapshotsTracking since Jun 20, 2026.
Not enough history yet for this metric — the chart fills in as we collect more snapshots.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Jun 20, 2026 | — | — | — | 0.1.0 |
| Now | — | — | — | 0.1.0 |
Permissions & access
- Permissions
- storage
- Host access
- None declared
Screenshots
About
See your Next.js server-side HTTP and fetch calls live in Chrome DevTools.
Server Components, route handlers, and middleware make requests that never show up in the browser's Network tab. This
extension adds a "Server Inspector" panel that shows them in real time — method, URL, status, duration, headers, and
request/response bodies.
USAGE
1. Install the package in your Next.js project:
npm i nextjs-server-inspector
2. Add server setup — create instrumentation.ts in your project root (or src/ if you use a src directory):
export async function register() {
if (process.env.NEXT_RUNTIME === "nodejs") {
const { init } = await import("nextjs-server-inspector")
init({ port: 9119 })
}
}
3. Start your dev server (npm run dev), open Chrome DevTools, and select the "Server Inspector" panel.
Development only. The connection is strictly local (ws://localhost:9119) — nothing is sent to any external server.
npm: https://www.npmjs.com/package/nextjs-server-inspector
GitHub: https://github.com/ZainULAbdeen0/PatchyTechnical
- Version
- 0.1.0
- Manifest
- V3
- Size
- 16.95KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- lmneolmmljgfdbjaljojombpmcdoleah
- Developer ID
- u30c6723fea25c012b8e9f6f9c5f5e3e4
- Developer Email
- [email protected]
- Created
- Jun 19, 2026
- Last Updated (Store)
- Jun 19, 2026
- Last Scraped
- Jun 20, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Data sourced from the Chrome Web Store · last verified Jun 20, 2026.