$ timeahead.in
/ servers/npm/next-devtools-mcp
npm

next-devtools-mcp

Next.js development tools MCP server with stdio transport

765 stars71k/wkupdated 5d agogithub ↗
91excellent
▣ Overview
npm next-devtools-mcp package

What it does

This MCP server integrates with Next.js development environments (version 16 and later) to expose runtime diagnostics and development tools. It connects to a running Next.js app's internal MCP endpoint, reads project files, and provides tools to query the application's actual runtime state—including route structure, error logs, and diagnostic data. The server also surfaces Next.js official documentation and automation helpers for version upgrades and feature enablement.

Who it's for

Backend and fullstack engineers building Next.js applications who want AI-assisted exploration and debugging of their running applications. Teams seeking automated help with version migrations, feature adoption, and understanding complex application architecture without manual inspection.

Common use cases

  • Query runtime errors and diagnostics from a running Next.js 16+ dev server
  • Explore application route structure and component relationships via the nextjs_index tool
  • Search Next.js official documentation for API details and implementation patterns
  • Automate Next.js version upgrades or feature enablement across a codebase
  • Review development server logs for debugging and troubleshooting

Setup pitfalls

  • Requires Node.js v20.19 or a newer LTS version
  • Next.js 16+ projects must have the dev server running at the expected port for runtime diagnostics to function
  • The init tool must be called first to establish proper MCP context before using other tools
  • Reads and writes filesystem access is required; ensure appropriate sandbox and permission settings in your coding agent's configuration
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
87
17.4
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
91.4
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "next-devtools-mcp"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
63/ 100 · is this project alive?
contributors (1y)11
top contributor share67%
releases (1y)16
last release148d ago
ci✓ passing
⛁ Raw data
weekly downloads71k
github stars765
forks57
open issues10
license✓ present
readme length21465 chars
last publish3d ago
last commit5d ago
last updated6h ago
install verified✓ pass · 14d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points