Skip to content
Claude Desktop

next devtools mcp for Claude Desktop

io.github.vercel/next-devtools-mcp

Next.js development tools MCP server with stdio transport

client:Claude Desktop transport:stdio runtime:npm

Install next devtools mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

next devtools mcp in other clients