diff --git a/README.md b/README.md
index eae617a..fb325ef 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,30 @@ startup_timeout_ms = 20_000
+
+GitHub Copilot CLI
+Use the Copilot CLI to interactively add the MCP server:
+
+```bash
+/mcp add
+```
+
+Alternatively, create or edit the configuration file `~/.copilot/mcp-config.json` and add:
+
+```json
+{
+ "mcpServers": {
+ "next-devtools": {
+ "command": "npx",
+ "args": ["-y", "next-devtools-mcp@latest"]
+ }
+ }
+}
+```
+
+For more information, see the [Copilot CLI documentation](https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli).
+
+
Cursor