Next Devtools MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 87 995 installs a week from npm. Last commit 26 Jun 2026.
Next.js development tools MCP server with stdio transport
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.
claude mcp add next-devtools-mcp -- npx -y next-devtools-mcp
{
"mcpServers": {
"next-devtools-mcp": {
"args": [
"-y",
"next-devtools-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.next-devtools-mcp]
command = "npx"
args = ["-y", "next-devtools-mcp"]
{
"mcpServers": {
"next-devtools-mcp": {
"args": [
"-y",
"next-devtools-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"next-devtools-mcp": {
"args": [
"-y",
"next-devtools-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.