Skip to content

Next Devtools

Free

by MCP Community

Next.js development tools MCP server with stdio transport

v0.3.10Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Next Devtools MCP Server

Next.js development tools MCP server with stdio transport

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y next-devtools-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp"]
    }
  }
}