From 02dbf2584a4cf5ae8973af8bdea6bcc2b10ed106 Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Mon, 9 Feb 2026 16:06:35 -0800 Subject: [PATCH 1/3] docs: add add-mcp quick install option --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index eae617a..b47b08d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,17 @@ - [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.io/) +### Install with add-mcp + +Install the MCP server for all your coding agents: + +```bash +npx add-mcp next-devtools-mcp@latest +``` + +Add `-y` to skip the confirmation prompt and install to all detected agents already in use in the project directory. + + Add the following config to your MCP client: ```json From ee75408d9cf1a6d572b1ea379855716957895ed6 Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Mon, 9 Feb 2026 20:56:03 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: Felix Arntz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b47b08d..31eabeb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Install the MCP server for all your coding agents: npx add-mcp next-devtools-mcp@latest ``` -Add `-y` to skip the confirmation prompt and install to all detected agents already in use in the project directory. +Add `-y` to skip the confirmation prompt and install to all detected agents already in use in the project directory. Add `-g` to install globally across all projects. Add the following config to your MCP client: From 920a9f0495eb298e7f66193b58b5d4e5f7468273 Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Mon, 9 Feb 2026 20:56:10 -0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: Felix Arntz --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31eabeb..d0c9f77 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ npx add-mcp next-devtools-mcp@latest Add `-y` to skip the confirmation prompt and install to all detected agents already in use in the project directory. Add `-g` to install globally across all projects. +### Manual installation + Add the following config to your MCP client: ```json