AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Webvizio Mcp

mcp-webvizio-mcp · by Webvizio

Webvizio MCP Server - Automatically converts feedback and bug reports from websites and web apps into actionable, context-enriched developer tasks. Delivered straight to your AI coding tools, the Webvizio MCP Server ensures your AI agent has all the data it needs to solve tasks with speed and accuracy.

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add mcp-webvizio-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-webvizio-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
9mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Webvizio Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

About Webvizio

Webvizio streamlines communication between end-users, non-technical teams, and developers.

Our easy-to-use browser extension lets you capture visual feedback and bug reports directly on a web page. It then automatically gathers all relevant data and converts it into actionable, context-enriched development tasks for your AI coding agents.

From non-technical product feedback to bug-free code in seconds, not days. Learn more about Webvizio for developers here.

Webvizio MCP Server

A TypeScript-based Model Context Protocol (MCP) server that provides secure and structured access to the Webvizio API. This server enables MCP clients to seamlessly interact with Webvizio projects and development tasks through a standardized interface.

Webvizio MCP Server - Automatically converts feedback and bug reports from websites and web apps into actionable, context-enriched developer tasks. Delivered straight to your AI coding tools, the Webvizio MCP Server ensures your AI agent has all the data it needs to solve tasks with speed and accuracy.

📋 Available Tools

| Tool | Method | Description | |------|--------|-------------| | get_projects | GET | Fetch all available Webvizio projects | | get_current_project | GET | Get details of the currently selected project | | set_project | POST | Set the current Webvizio project to work with the project tasks | | get_tasks | GET | Get the list of open tasks assigned to a user | | get_task_description | GET | Get the task description | | get_task_prompt | GET | Get an AI prompt to execute the task | | get_task_error_logs | GET | Get the task error logs | | get_task_console_logs | GET | Get the task console logs | | get_task_network_logs | GET | Get the task network logs | | get_task_action_logs | GET | Get the task action logs (Repro steps) | | get_task_screenshot | GET | Get the task screenshot | | close_task | POST | Set task in Webvizio to Done status |

🛠 Installation

  1. Make sure you have Node.js 18 (or a higher version) installed on your device.
  2. Copy the MCP server configuration code to the mcpServers section of your AI Client configuration file.

`` "webvizio": { "command": "npx", "args": [ "-y", "@webvizio/mcp-server" ], "env": { "WEBVIZIO_API_KEY": "" } } ``

  1. Generate and copy the API key for the MCP server on the AI Settings page https://app.webvizio.com/profile/ai
  2. Insert the API key into the WEBVIZIO_API_KEY environment variable.
  3. Save the changes.
  4. Done. Your MCP server is configured and ready to work.

🚀 Usage

  1. Open your IDE's chat (e.g., agent mode in Cursor or Cascade in Windsurf).
  2. Paste a link to a Webvizio task. Alternatively, you can ask the AI agent to display all your tasks.
  3. Instruct the AI agent to execute the selected task.
  4. The AI agent can request the use of tools to gather more information on the task (e.g., screenshots, console logs, etc.). Approve these requests to allow the agent to proceed.
  5. Check the agent's work to ensure the task has been completed correctly.
  6. When the task is complete, ask the AI Agent to close the task.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.