mcpbeat Sign in

Next Devtools MCP Server

local only

Next Devtools MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 101 037 installs a week from npm. Last commit 15 Sep 2026.

Next.js development tools MCP server with stdio transport

Installs per day peak 15 283 · avg 10 537 · +20% w/w
a month agotoday
101 037
Installs / week
npm · next-devtools-mcp
821
Stars
6 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const resolved = execSync(probe, { stdio: "pipe" }).toString().trim()

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add next-devtools-mcp -- npx -y next-devtools-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "next-devtools-mcp": {
      "args": [
        "-y",
        "next-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.next-devtools-mcp]
command = "npx"
args = ["-y", "next-devtools-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "next-devtools-mcp": {
      "args": [
        "-y",
        "next-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "next-devtools-mcp": {
      "args": [
        "-y",
        "next-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Next Devtools MCP

same job, measured the same way
I
JxBrowser MCP Server
by teamdev-ip

MCP server to assist with JxBrowser development.

2 tools answering
Astro MCP
by morinokami

MCP server to support Astro project development

1 626 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
ROOT MCP Server
by omazapa

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

local only
T2000
by mission69b

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport

1 156 installs/wk local only
Weeek MCP
by yolkins

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

44 installs/wk local only
ABAP Accelerator
by openkash

MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more

146 installs/wk local only
Midnight + Next.js MCP
by fractionestate

Unified MCP server for Midnight blockchain development and Next.js dApps.

62 installs/wk local only

Next Devtools MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Next Devtools MCP?
Next Devtools MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package next-devtools-mcp was installed 101 037 times last week.
How do I connect Next Devtools MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls next-devtools-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Next Devtools MCP?
The npm package next-devtools-mcp was installed 101 037 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Next Devtools MCP open source?
We cannot say either way: written in TypeScript, 821 stars on GitHub and 6 open issues, but we could not determine the licence, and without one the code is not open source by default.