vercel/next-devtools-mcp
Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.
Quick Start
Clone the repository:
git clone https://github.com/vercel/next-devtools-mcpClaude Desktop configuration example:
{
"mcpServers": {
"next-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"vercel/next-devtools-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.