Skip to content

Commit c434648

Browse files
authored
Merge pull request modelcontextprotocol#428 from AHarmlessPyro/hyperagent_mcp_client
Add HyperAgent mcp client
2 parents ce6433a + 54b27ee commit c434648

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
@@ -28,6 +28,7 @@ This page provides an overview of applications that support the Model Context Pr
2828
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2929
| [Goose][Goose] |||||| Supports tools. |
3030
| [gptme][gptme] |||||| Supports tools. |
31+
| [HyperAgent][HyperAgent] |||||| Supports tools. |
3132
| [Klavis AI Slack/Discord/Web][Klavis AI] |||||| Supports tools and resources. |
3233
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3334
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
@@ -94,6 +95,7 @@ This page provides an overview of applications that support the Model Context Pr
9495
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
9596
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
9697
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
98+
[HyperAgent]: https://github.com/hyperbrowserai/HyperAgent
9799

98100
## Client details
99101

@@ -273,6 +275,16 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
273275
- Local-first approach with support for multiple LLM providers
274276
- Open-source, built to be extensible and easy to modify
275277

278+
### HyperAgent
279+
[HyperAgent](https://github.com/hyperbrowserai/HyperAgent) is Playwright supercharged with AI. With HyperAgent, you no longer need brittle scripts, just powerful natural language commands. Using MCP servers, you can extend the capability of HyperAgent, without having to write any code.
280+
281+
**Key features**
282+
- AI Commands: Simple APIs like page.ai(), page.extract() and executeTask() for any AI automation
283+
- Fallback to Regular Playwright: Use regular Playwright when AI isn't needed
284+
- Stealth Mode – Avoid detection with built-in anti-bot patches
285+
- Cloud Ready – Instantly scale to hundreds of sessions via [Hyperbrowser](https://www.hyperbrowser.ai/)
286+
- MCP Client – Connect to tools like Composio for full workflows (e.g. writing web data to Google Sheets)
287+
276288
### Klavis AI Slack/Discord/Web
277289
[Klavis AI](https://www.klavis.ai/) is an Open-Source Infra to Use, Build & Scale MCPs with ease.
278290

0 commit comments

Comments
 (0)