
Hyperbrowser MCP Server
The Hyperbrowser MCP (Model Context Protocol) Server bridges AI assistants with external data sources, APIs, and services. It streamlines development workflows ...
Enable AI-driven browser automation, web scraping, and live web context with the browser-use MCP Server integration for FlowHunt.
The browser-use MCP (Model Context Protocol) Server enables AI agents to control web browsers programmatically using the browser-use library. This server acts as a bridge between AI assistants and web browsers, allowing automated browsing, web data extraction, and interaction with websites directly from development environments such as Cursor. By exposing browser automation capabilities to AI agents, it streamlines workflows like searching the web, scraping content, filling forms, and navigating sites, all under programmatic control. This enhances development by automating repetitive web tasks and providing real-time web context to AI assistants.
No prompt templates are mentioned or documented in the repository.
No explicit resources are documented or listed in the repository.
Tools are not explicitly documented in the root or main README, and server.py is not directly exposed in the structure. No detailed tool list is available from public documentation.
windsurf.config.json
).mcpServers
section:{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": ["@browser-use/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": ["@browser-use/mcp-server@latest"]
}
}
}
.cursor/config.json
).{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": ["@browser-use/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": ["@browser-use/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"browser-use": {
"command": "npx",
"args": ["@browser-use/mcp-server@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"api_key": "${API_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"browser-use": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “browser-use” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | None found |
List of Resources | ⛔ | None found |
List of Tools | ⛔ | Not explicitly listed |
Securing API Keys | ✅ | Example provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Between the two tables:
This MCP server provides the essentials for browser automation in an AI context and is well-maintained, but lacks in-depth documentation on available prompts, resources, and tools. For core usage (browser control), it is highly valuable, but documentation completeness holds it back.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ (Not listed) |
Number of Forks | 70 |
Number of Stars | 571 |
Overall rating:
6/10 (excellent for core browser automation, but documentation on advanced MCP concepts and tooling is lacking; would be higher with more implementation details exposed).
The browser-use MCP Server lets AI agents programmatically control web browsers using the browser-use library. This enables automated browsing, web scraping, form interactions, and live data access, enhancing AI workflows in FlowHunt and compatible tools.
Common use cases include automated web browsing, extracting structured or unstructured data from websites, filling and submitting web forms, running browser-based tests, and providing up-to-date web context to AI agents.
Use environment variables in your configuration. For example: { "env": { "API_KEY": "${API_KEY}" }, "inputs": { "api_key": "${API_KEY}" } }.
Add an MCP component in your FlowHunt flow, open its configuration, and insert your MCP server details in the provided JSON format. Example: { "browser-use": { "transport": "streamable_http", "url": "https://yourmcpserver.example/pathtothemcp/url" } }.
6/10. It excels at browser automation and is actively maintained, but lacks thorough documentation on advanced prompts, resources, and tool exposure.
Bring real-time web interaction and automation to your AI workflows. Integrate browser-use MCP Server in FlowHunt for seamless browser control and data extraction.
The Hyperbrowser MCP (Model Context Protocol) Server bridges AI assistants with external data sources, APIs, and services. It streamlines development workflows ...
The Browserbase MCP Server enables AI agents and LLMs to control and automate cloud browsers, perform data extraction, capture screenshots, monitor console logs...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...