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

next-devtools-mcp

Next.js development tools MCP server with stdio transport

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

What it does

The server bridges coding agents with Next.js development environments, providing runtime diagnostics and development guidance. For Next.js 16+, it connects to the embedded MCP endpoint on the dev server to expose live application state—including errors, route structures, and logs. The server also offers tools for exploring official Next.js documentation and assisting with framework upgrades and feature configuration across all Next.js versions.

Who it's for

Next.js developers using AI-assisted coding tools such as Claude, Cursor, Copilot, or Amp. Most useful for developers who want real-time visibility into their running applications, AI-powered help troubleshooting issues, and guidance navigating Next.js features and version upgrades.

Common use cases

  • Query runtime errors and diagnostics from a live Next.js application
  • Examine application route structure and configuration
  • Review development server logs
  • Get AI assistance upgrading Next.js to newer versions
  • Enable framework features like Cache Components or Server Actions
  • Search official Next.js documentation for API references and guides

Setup pitfalls

  • Requires Node.js v20.19 or a newer LTS version; older versions are not supported
  • Runtime diagnostics require Next.js 16+; earlier versions can use documentation and automation tools only
  • Call the init tool before runtime queries to ensure proper context setup
  • The development server must be running (npm run dev) and accessible at http://localhost:3000/_next/mcp (or your custom port)
  • Modifies filesystem when assisting with upgrades or enabling features—review changes and keep version control clean
▣ 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 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
63/ 100 · is this project alive?
contributors (1y)11
top contributor share67%
releases (1y)16
last release153d ago
ci✓ passing
⛁ Raw data
weekly downloads71k
github stars765
forks56
open issues10
license✓ present
readme length21465 chars
last publish1d ago
last commit10d ago
last updated1d ago
install verified✓ pass · 20d 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