Back to MCP Servers
Next Devtools
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.
developer-toolsagent
By vercel
Installation
npx -y next-devtools-mcpConfiguration
{
"mcpServers": {
"next-devtools-mcp": {
"command": "npx",
"args": ["-y", "next-devtools-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes