MCP Directory
Back

next-devtools-mcp

by vercel · TypeScript · ★ 778

Next.js Development for Coding Agent

#coding-agents#mcp#mcp-server#next-devtools#nextjs

Install

npx -y github:vercel/next-devtools-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "next-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:vercel/next-devtools-mcp"
      ]
    }
  }
}

From the README

[](https://npmjs.org/package/next-devtools-mcp) is a Model Context Protocol (MCP) server that connects coding agents like Claude and Cursor to your running Next.js dev server. It is a **thin connector**. It discovers running Next.js 16+ dev servers and proxies their built-in MCP endpoint () so agents get live runtime errors, routes, and logs. It also ships two **gateways** that point agents at tools they run directly: version-accurate docs and the [](https://github.com/vercel-labs/agent-browser) CLI. > [!NOTE] > Docs and migration workflows no longer live in this server. Next.js bundles it…
Read full README on GitHub →

Related ai & ml servers