Skip to content

Commit 57b3865

Browse files
committed
Add HyperAgent to list of MCP clients
1 parent dcb96e8 commit 57b3865

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/clients.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This page provides an overview of applications that support the Model Context Pr
2626
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2727
| [Goose][Goose] |||||| Supports tools. |
2828
| [gptme][gptme] |||||| Supports tools. |
29+
| [HyperAgent][HyperAgent] |||||| Supports tools. |
2930
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
3031
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3132
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
@@ -88,6 +89,7 @@ This page provides an overview of applications that support the Model Context Pr
8889
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
8990
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
9091
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
92+
[HyperAgent]: https://github.com/hyperbrowserai/HyperAgent
9193

9294
## Client details
9395

@@ -238,6 +240,16 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
238240
- Local-first approach with support for multiple LLM providers
239241
- Open-source, built to be extensible and easy to modify
240242

243+
### HyperAgent
244+
[HyperAgent](https://github.com/hyperbrowserai/HyperAgent) is Playwright supercharged with AI. No more brittle scripts, just powerful natural language commands.
245+
246+
**Key features**
247+
- AI Commands: Simple APIs like page.ai(), page.extract() and executeTask() for any AI automation
248+
- Fallback to Regular Playwright: Use regular Playwright when AI isn't needed
249+
- Stealth Mode – Avoid detection with built-in anti-bot patches
250+
- Cloud Ready – Instantly scale to hundreds of sessions via [Hyperbrowser](https://www.hyperbrowser.ai/)
251+
- MCP Client – Connect to tools like Composio for full workflows (e.g. writing web data to Google Sheets)
252+
241253
### Klavis AI Slack/Discord/Web
242254
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
243255

0 commit comments

Comments
 (0)