Browserbear Connector for AI agents.
10 live capabilities
Automate web scraping and visual monitoring.
Waiting for input…
Why people use Browserbear
Browserbear Web Scraping and Visual Monitoring
With this Connector, you just tell your agent what you need. It triggers the browser automation, handles the clicks, and hands you the structured data or a screenshot. You get the results in your chat window without the manual overhead.
What Vinkius changes
You turn browser actions into chat commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Visual Regression Testing
A QA engineer asks the agent to check if the login page looks correct on mobile and gets a screenshot back immediately.
- Real-world use case 02
Competitor Price Tracking
A growth marketer asks the agent to run a scraper every morning to grab prices from a rival site and put them in a table.
- Real-world use case 03
Automated Form Submission
A developer asks the agent to fill out a multi-step form on a government site using data from a local file.
Complete set · 10capabilities
The complete Browserbear capability set.
These are the exact actions your AI can choose when you ask it to work with Browserbear.
01—04
4 capabilities in this set.
Part of 10 available through Browserbear.
- 01 Capability
Create task
Create a new browser automation task in your account. This lets you save complex web flows so you can trigger them repeatedly.
- 02 Capability
Delete run
Remove a specific record of a task run from your history. This helps keep your workspace clean of old or failed execution data.
- 03 Capability
Get run
Check the current status and final results of a specific task execution. You can use this to see if a scraper finished successfully.
- 04 Capability
Get task
Retrieve the specific details and configuration for a saved task. This is helpful when you need to review or modify an existing automation.
05—07
3 capabilities in this set.
Part of 10 available through Browserbear.
- 05 Capability
Get account usage
View your current account limits and usage statistics. Use this to monitor your API credits and ensure you don't hit any caps.
- 06 Capability
List projects
See a list of all projects organized in your account. This helps you navigate between different work categories quickly.
- 07 Capability
List runs
Fetch a history of all your previous automation task runs. You can use this to audit past performance or troubleshoot errors.
08—10
3 capabilities in this set.
Part of 10 available through Browserbear.
- 08 Capability
List tasks
List every browser automation task you have created. This is the quickest way to see what automations are currently available to your agent.
- 09 Capability
Run task
Start a specific automation task with custom URL or form data overrides. This allows your agent to run the same flow with different inputs every time.
- 10 Capability
Take screenshot
Take a quick screenshot of a specific URL at a chosen resolution. This lets you perform visual checks on any webpage without manual navigation.
Set up in minutes
One URL. Then ask Browserbear to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Browserbear from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Browserbear, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Browserbear for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Browserbear URL.
- Step 03
Save and start
Save the connection and enable Browserbear in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"browserbear": {
"url": "https://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Browserbear
Open Agent mode in chat and ask: "Using Browserbear, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"browserbear": {
"url": "https://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Browserbear
Ask Copilot: "Using Browserbear, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"browserbear": {
"url": "https://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Browserbear
Open Cascade and ask: "Using Browserbear, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"browserbear": {
"url": "https://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Browserbear
Ask Cline: "Using Browserbear, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add browserbear --transport http "https://edge.vinkius.com/vk_preview_kg9BYjzuqJpLSOraZxY02DI1X9KRTKbBI7gJO8S8/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Browserbear
Ask Claude: "Using Browserbear, show me...". 10 tools are ready
Where the request belongs
Work Browserbear can move forward.
This is for the QA engineer tired of manual visual checks, the growth marketer who needs to track competitors without a team of scrapers, and the developer building complex web interactions.
QA Engineer
Triggers visual regression tests on a Tuesday afternoon to see if a new deployment broke the checkout page layout.
Growth Marketer
Runs automated lead gathering tasks to pull contact info from directory sites into a shared workspace.
Web Developer
Integrates complex form submissions into a workflow to automate repetitive data entry tasks.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrowserless
Manage headless Chrome via Browserless. take screenshots, generate PDFs, and scrape web content directly from any AI agent.
Hyperbrowser (Web Infra for AI)
Cloud browsers for AI agents via Hyperbrowser. manage sessions, scrape pages, and extract structured data.
Cloud BOT
Run automated browser tasks in the cloud with scriptless bots that extract data, fill forms, and navigate websites on autopilot.
Olostep
Scrape web pages at scale with a headless browser API that renders JavaScript and returns clean structured data instantly.
Browserless (Playwright Cloud)
Equip your AI with a remote headless browser to scrape, interact, and run Playwright safely via cloud.
Browserhub
Automate web scraping via Browserhub. run scrapers, manage jobs, and retrieve extracted data directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Browserbear connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Browserbear.
The practical details behind the request, access and result.
Can Browserbear MCP take screenshots of specific websites?
Yes, it can capture high-quality screenshots of any URL. You can specify the resolution and wait times to ensure the page loads correctly before the capture happens.
How does Browserbear help with web scraping?
It allows your agent to run pre-configured browser flows that navigate pages, click buttons, and extract structured data. This is perfect for sites without public APIs.
Can I use Browserbear MCP for visual regression testing?
Absolutely. You can use it to take screenshots across different devices and resolutions to ensure your UI remains consistent after updates.
How do I manage multiple projects in Browserbear?
The Connector lets you list and organize all your projects. You can keep your marketing, QA, and dev tasks separated in different project folders.
Does Browserbear MCP support form automation?
Yes, it can handle multi-step form submissions. You can trigger these flows and even provide dynamic data to fill out the fields automatically.
Can I see the history of my browser tasks?
Yes, you can list all previous task runs. This helps you audit past performance, check for errors, and verify the success of your scrapers.
Can I trigger a browser task with a different starting URL?
Yes! Use the run_task capability and provide the Task ID. In the overrides field, you can pass a JSON object like {"url": "https://newsite.com"} to change the starting point dynamically.
How do I see the screenshot captured by a task?
Simply ask the agent to get_run and provide the Run ID. Once the status is 'finished', the response will include a screenshot_url that you can click to view the image.
Does the integration allow taking a quick screenshot without a saved task?
Yes. Use the take_screenshot action and provide the URL. It will create a simplified run that captures the page and returns the result URL once processed.
One connection away
Give your agent a direct line to Browserbear.
Connect Browserbear once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available