Skip to main content
Developer ToolsTypeScript

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.

developer-toolsofficiallocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/vercel/next-devtools-mcp

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
vercel