diff --git a/README.md b/README.md
index 45ca0f86c..a298e1678 100644
--- a/README.md
+++ b/README.md
@@ -241,6 +241,27 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
+
+ OpenCode
+
+Copy the following into your `opencode.json` configuration file.
+
+```json
+{
+ "$schema": "https://opencode.ai/config.json",
+ "mcp": {
+ "chrome-devtools": {
+ "type": "local",
+ "command": ["npx", "-y", "chrome-devtools-mcp@latest"]
+ },
+ }
+}
+```
+
+> To find the configuration file and properly setup this MCP on OpenCode, visit OpenCode's [Config](https://opencode.ai/docs/config/) and [MCP](https://opencode.ai/docs/mcp-servers/) documentation.
+
+
+
Qoder