diff --git a/README.md b/README.md
index 3de17ff7..7fe0d949 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,25 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
+
+ OpenCode
+
+Add the following configuration to your `opencode.json` file. If you don't have one, create it at `~/.config/opencode/opencode.json` (guide):
+
+```json
+{
+ "$schema": "https://opencode.ai/config.json",
+ "mcp": {
+ "chrome-devtools": {
+ "type": "local",
+ "command": ["npx", "-y", "chrome-devtools-mcp@latest"]
+ }
+ }
+}
+```
+
+
+
Kiro