HomeDevelopment › next-devtools-mcp

next-devtools-mcp

Next.js development tools MCP server with stdio transport

Official TypeScript Local
★ 824 stars Last pushed 2026-09-15

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.6)

npx -y next-devtools-mcp@0.3.6

Or add to your MCP client config:

{
  "mcpServers": {
    "next-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "next-devtools-mcp@0.3.6"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry