WebVizio Connector for AI agents.
10 live capabilities
Manage website visual feedback and QA tasks from your chat.
Waiting for input…
Why people use WebVizio
WebVizio Website Review and Bug Tracking
This Connector lets you skip the middleman. You just tell your agent what's wrong on a page, and it logs the task, updates the project, and keeps the conversation organized in WebVizio. You get a single source of truth for your site reviews.
What Vinkius changes
You stop jumping between your browser and your task manager to handle website reviews.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Live QA Audit
A tester finds a broken button on a landing page and asks the agent to create a task for it using create_webvizio_task.
- Real-world use case 02
Design Review
A designer wants to know what the client said about the header and asks the agent to list comments using list_webvizio_comments.
- Real-world use case 03
Project Kickoff
A manager wants to set up a new site for review and tells the agent to create a project for a new URL using create_webvizio_project.
Complete set · 10capabilities
The complete WebVizio capability set.
These are the exact actions your AI can choose when you ask it to work with WebVizio.
01—04
4 capabilities in this set.
Part of 10 available through WebVizio.
- 01 Capability
Create webvizio project
Create a new project. This lets you start a new website review with a unique URL.
- 02 Capability
List webvizio comments
List comments on a task. This lets you see the full history of conversation on a bug.
- 03 Capability
List webvizio projects
List all website feedback projects. This gives you a high-level view of all sites you're monitoring.
- 04 Capability
Update webvizio task
Update a task status or details. Use this to move tasks through your QA pipeline.
05—07
3 capabilities in this set.
Part of 10 available through WebVizio.
- 05 Capability
List webvizio tasks
List tasks in a project. This shows every bug or improvement needed for a specific website.
- 06 Capability
List webvizio webhooks
List configured webhooks. This helps you verify that your automated workflows are active.
- 07 Capability
Add webvizio comment
Add a comment to a task. This keeps your feedback conversation organized in one place.
08—10
3 capabilities in this set.
Part of 10 available through WebVizio.
- 08 Capability
Create webvizio task
Create a new feedback task. Use this to log bugs or UI improvements on specific pages.
- 09 Capability
Get webvizio project details
Get project details. This retrieves metadata for a specific project you're tracking.
- 10 Capability
Get webvizio task details
Get task details. This shows the specific information for a single feedback item.
Set up in minutes
One URL. Then ask WebVizio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use WebVizio 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_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable WebVizio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio URL.
- Step 03
Save and start
Save the connection and enable WebVizio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"webvizio": {
"url": "https://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio
Open Agent mode in chat and ask: "Using WebVizio, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"webvizio": {
"url": "https://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio
Ask Copilot: "Using WebVizio, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"webvizio": {
"url": "https://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio
Open Cascade and ask: "Using WebVizio, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"webvizio": {
"url": "https://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio
Ask Cline: "Using WebVizio, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add webvizio --transport http "https://edge.vinkius.com/vk_preview_mbe3gsQD6J9toWA5ZBHlLdR7c6LRtQtGEkOkxTfF/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 WebVizio
Ask Claude: "Using WebVizio, show me...". 10 tools are ready
Where the request belongs
Work WebVizio can move forward.
This is for the QA engineers tired of manual bug logging, web designers who want cleaner feedback loops, and project managers overseeing multiple site audits.
QA Engineer
Logs visual bugs on live URLs during testing without leaving the chat interface.
Web Designer
Reviews client feedback on specific UI elements and updates design tasks quickly.
Project Manager
Monitors the progress of multiple website reviews and high-level project statuses.
Agency Owner
Coordinates visual feedback across a large portfolio of client websites.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUserback
Collect visual feedback from users with annotated screenshots, screen recordings, and bug reports embedded in your product.
Ziflow
Enterprise online proofing and content review platform to manage creative workflows with AI.
BugHerd
Manage BugHerd projects, tasks, and comments through AI Agents.
bluebarry.ai
Optimize your website accessibility compliance with automated WCAG audits, issue detection, and remediation tracking.
Fluxguard
Monitor website changes, track visual differences, and receive alerts via AI agents with Fluxguard.
Applitools
Bring AI-powered visual testing to your AI agent. inspect test batches, review UI diffs, and manage your visual baselines naturally.
Bring your own AI
Change the model, client or framework. Keep WebVizio 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 WebVizio.
The practical details behind the request, access and result.
How does WebVizio MCP help with website QA?
It allows your AI client to log bugs, update statuses, and manage feedback directly on your websites. You can skip the manual work of moving data between capabilities and keep everything in one place.
Can I use it to track bugs on multiple sites?
Yes. You can list all your projects and see tasks for each site, making it easy to manage a large portfolio of websites from a single chat.
How do I add comments to a specific page?
You can just ask your agent to add a comment to a specific task. It will handle the communication with WebVizio to keep your feedback organized.
Can it update my project status automatically?
Yes. You can tell your agent to update the status of a task, and it will sync that change with your WebVizio project immediately.
Is this for designers or just developers?
It's for anyone involved in the website review process. Designers can use it to manage feedback, while developers and QA engineers can use it to track and resolve bugs.
How do I see all my active projects?
Just ask your agent to list your projects. It will pull a complete list of every website you are currently monitoring in WebVizio.
Can I create a new project using just a URL?
Yes! Use the create_webvizio_project capability and provide the website URL. Your agent will add it to your WebVizio dashboard for monitoring.
How do I see all the bugs reported for a specific site?
Run the list_webvizio_tasks query with your Project ID. It will return a complete list of all feedback tasks, including status and descriptions.
Is it possible to reply to feedback comments via AI?
Absolutely. Use the add_webvizio_comment capability by providing the Task ID and your text to post a new comment to the visual discussion thread.
One connection away
Give your agent a direct line to WebVizio.
Connect WebVizio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available