Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
- [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 `-g` to install globally across all projects.


### Manual installation

Add the following config to your MCP client:

```json
Expand Down