MCP server

Next DevTools
MCPOfficial Next.js DevTools MCP.
vercel/next-devtools-mcp. The running Next app’s own diagnostics — not a guessed webpack flag.
latest·MIT·Updated this quarter·github.com/vercel/next-devtools-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": [
"-y",
"next-devtools-mcp"
]
}
}
}By Vercel
Spec
What the server actually exposes.
routes
readThe App Router tree.
errors
readDev overlay errors.
config
readResolved Next config.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
next-devtools-mcp.mcp/tools
Tools
- read
routes
The App Router tree.
- read
errors
Dev overlay errors.
- read
config
Resolved Next config.
Last call
{ "ok": true,
"tool": "routes",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
