Skip to content

Commit d3cf9e8

Browse files
authored
docs: add Grok as a supported MCP client (#1672)
## Summary - List Grok among supported MCP clients in Requirements - Document Grok CLI and `~/.grok/config.toml` setup for Playwright MCP
1 parent 6a78088 commit d3cf9e8

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This package provides MCP interface into Playwright. If you are using a **coding
1818

1919
### Requirements
2020
- Node.js 18 or newer
21-
- VS Code, Cursor, Windsurf, Claude Desktop, Goose, Junie or any other MCP client
21+
- VS Code, Cursor, Windsurf, Claude Desktop, Goose, Grok, Junie or any other MCP client
2222

2323
<!--
2424
// Generate using:
@@ -237,6 +237,27 @@ Follow the MCP install [guide](https://github.com/google-gemini/gemini-cli/blob/
237237
Go to `Advanced settings` -> `Extensions` -> `Add custom extension`. Name to your liking, use type `STDIO`, and set the `command` to `npx @playwright/mcp`. Click "Add Extension".
238238
</details>
239239

240+
<details>
241+
<summary>Grok</summary>
242+
243+
Use the Grok CLI to add the Playwright MCP server:
244+
245+
```bash
246+
grok mcp add playwright -- npx @playwright/mcp@latest
247+
```
248+
249+
Alternatively, create or edit the configuration file `~/.grok/config.toml` and add:
250+
251+
```toml
252+
[mcp_servers.playwright]
253+
command = "npx"
254+
args = ["@playwright/mcp@latest"]
255+
```
256+
257+
For more information, see the [Grok MCP documentation](https://docs.x.ai/build/features/mcp-servers).
258+
259+
</details>
260+
240261
<details>
241262
<summary>Junie</summary>
242263

0 commit comments

Comments
 (0)