BugBug Connector for AI agents.
12 live capabilities
Trigger no-code browser tests and monitor regression results in real time.
Waiting for input…
Why people use BugBug
BugBug for Automated Regression Testing
With this Connector, you just tell your agent to run the suite. It handles the selection and execution, then reports the pass or fail status back to you in one go. You get the results in your chat, letting you stay focused on your actual work.
What Vinkius changes
You get a voice-controlled QA dashboard that executes cloud tests on demand.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Smoke test check
A developer pushes to staging and asks the agent to run the Smoke Test suite to ensure the site is up and functional.
- Real-world use case 02
Regression monitoring
A QA lead asks the agent for the status of the Checkout suite to see if the latest update caused any failures.
- Real-world use case 03
Firewall configuration
A DevOps person needs to allowlist BugBug IPs and asks the agent to fetch them to update the production firewall.
Complete set · 12capabilities
The complete BugBug capability set.
These are the exact actions your AI can choose when you ask it to work with BugBug.
01—04
4 capabilities in this set.
Part of 12 available through BugBug.
- 01 Capability
Get suite
View the details and configuration for a particular test suite. It helps you understand the scope of your automated tests.
- 02 Capability
Get test run
Retrieve the status of an individual test run. Use this for granular tracking of specific test cases.
- 03 Capability
Get test
Pull specific details for a single test case. This is useful for deep-diving into one specific test's requirements.
- 04 Capability
List projects
See a full list of your projects within the BugBug platform. This helps you navigate your different environments.
05—08
4 capabilities in this set.
Part of 12 available through BugBug.
- 05 Capability
List suite runs
View a history of your recent suite executions. Use this to audit performance over time.
- 06 Capability
List suites
Browse all the test suites you have created. It gives you a bird's eye view of your total test coverage.
- 07 Capability
List test runs
See a list of your most recent individual test runs. This is great for checking the latest results quickly.
- 08 Capability
List tests
Get a complete list of all tests in your account. Use this to verify that all your test cases are correctly registered.
09—12
4 capabilities in this set.
Part of 12 available through BugBug.
- 09 Capability
Run suite
Trigger a specific test suite to run in the cloud. This starts the automation for a group of tests immediately.
- 10 Capability
Get ips
Get the specific IP addresses for BugBug to update your firewall allowlist. This helps you keep your infrastructure secure.
- 11 Capability
Get suite run
Check the current status of a specific suite execution. Use this to see if your latest tests are still running or finished.
- 12 Capability
Run test
Execute a single test case immediately. This is the fastest way to verify a specific user flow.
Set up in minutes
One URL. Then ask BugBug to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BugBug 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_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BugBug for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug URL.
- Step 03
Save and start
Save the connection and enable BugBug in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bugbug": {
"url": "https://edge.vinkius.com/vk_preview_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug
Open Agent mode in chat and ask: "Using BugBug, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bugbug": {
"url": "https://edge.vinkius.com/vk_preview_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug
Ask Copilot: "Using BugBug, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bugbug": {
"url": "https://edge.vinkius.com/vk_preview_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug
Open Cascade and ask: "Using BugBug, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bugbug": {
"url": "https://edge.vinkius.com/vk_preview_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug
Ask Cline: "Using BugBug, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bugbug --transport http "https://edge.vinkius.com/vk_preview_Na0MiOd5DLIkm5F48FVbS0nJAKsJ9lCI3JIUBfdX/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 BugBug
Ask Claude: "Using BugBug, show me...". 12 tools are ready
Where the request belongs
Work BugBug can move forward.
For QA engineers who are tired of manually clicking run on dozens of suites, and developers who want to verify production stability without leaving their IDE.
QA Engineer
Runs regression suites and checks results during daily standups.
Frontend Developer
Verifies UI changes across different environments after a push.
DevOps Engineer
Pulls IP addresses for firewall configuration and monitors suite health.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLambdaTest
Test your website and apps across thousands of real browsers and devices in the cloud with automated and manual testing capabilities.
BrowserStack
Automate testing via BrowserStack. manage projects, track test builds, fetch session logs, and monitor execution pipelines from any AI agent.
TestMu AI (formerly LambdaTest)
Manage cross-browser testing via TestMu AI. audit automation builds, inspect test sessions, and retrieve visual logs.
Sauce Labs
Monitor and manage UI/E2E test automation at scale via AI. stop failing jobs, inspect video logs, and check pipeline concurrency metrics.
Mabl (AI-Powered Test Automation)
Manage E2E testing via Mabl. trigger test plans, monitor execution results, and perform AI-driven failure analysis.
Cypress Cloud
Audit E2E testing via Cypress. monitor test runs, inspect spec instances, track flaky tests, and generate enterprise reports directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep BugBug 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 BugBug.
The practical details behind the request, access and result.
What is the BugBug MCP?
It is a way to connect your BugBug account to your AI agent. This lets you trigger browser tests and check QA results using natural language instead of clicking through a dashboard.
Can I run tests from Cursor?
Yes, once you connect this Connector to Cursor, you can ask your agent to run suites or check statuses directly from your code editor.
How do I get my API token?
You can find your API token in the integrations tab of your BugBug dashboard. You'll need this to link the Connector to your AI client.
Can it handle multiple projects?
Yes, it can list and interact with all the projects you have set up in BugBug, making it easy to switch between different apps or environments.
Does it show me the actual test results?
It provides the status of your runs and can pull high-fidelity reports. You can ask your agent to summarize the results or provide a link to the full report.
How does it help with firewall rules?
It can automatically fetch the current BugBug IP addresses. This makes it much faster to update your firewall allowlists without having to hunt for them in documentation.
Is it for no-code testing?
Yes, it's designed to work with BugBug's no-code browser tests, allowing you to manage complex automation without writing scripts.
How do I find my BugBug API Token?
Log in to your account, navigate to the Integrations tab in the sidebar, and copy your unique API Token.
Can I run tests in a specific environment?
Yes! Both run_test and run_suite capabilities accept an optional environmentId parameter to target specific deployment stages.
How do I get the IP addresses for allowlisting?
Use the get_ips capability to retrieve the list of high-fidelity IP addresses used by BugBug's cloud infrastructure programmatically.
One connection away
Give your agent a direct line to BugBug.
Connect BugBug once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available