diff --git a/README.md b/README.md index 975d762..fbb05fa 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,21 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user), +
+Codex + +Create or edit the configuration file `~/.codex/config.toml` and add: + +```toml +[mcp_servers.playwright] +command = "npx" +args = ["@playwright/mcp@latest"] +``` + +For more information, see the [Codex MCP documentation](https://github.com/openai/codex/blob/main/codex-rs/config.md#mcp_servers). + +
+
Cursor