
Webvizio
OfficialConnects to Webvizio's project management platform to retrieve development tasks created from visual feedback and bug reports. Provides task details, logs, and context data to help AI coding agents resolve issues.
Integrates with Webvizio's project management platform to provide task tracking, project selection, detailed task information retrieval, log analysis, screenshot access, and automated task completion workflows.
What it does
- Retrieve development tasks from Webvizio projects
- Access task descriptions and AI execution prompts
- Get error logs, console logs, and network logs for tasks
- Switch between different Webvizio projects
- View task screenshots and action logs
- Track task completion workflows
Best for
About Webvizio
Webvizio is an official MCP server published by webvizio that provides AI assistants with tools and capabilities via the Model Context Protocol. Webvizio offers project management and project tracking software for seamless task tracking, project selection, and auto It is categorized under developer tools, productivity.
How to install
You can install Webvizio in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Webvizio is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
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
- Make sure you have Node.js 18 (or a higher version) installed on your device.
- Copy the MCP server configuration code to the
mcpServerssection of your AI Client configuration file."webvizio": { "command": "npx", "args": [ "-y", "@webvizio/mcp-server" ], "env": { "WEBVIZIO_API_KEY": "<your-api-key>" } } - Generate and copy the API key for the MCP server on the AI Settings page https://app.webvizio.com/profile/ai
- Insert the API key into the
WEBVIZIO_API_KEYenvironment variable. - Save the changes.
- Done. Your MCP server is configured and ready to work.
π Usage
- Open your IDE's chat (e.g., agent mode in Cursor or Cascade in Windsurf).
- Paste a link to a Webvizio task. Alternatively, you can ask the AI agent to display all your tasks.
- Instruct the AI agent to execute the selected task.
- 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.
- Check the agent's work to ensure the task has been completed correctly.
- When the task is complete, ask the AI Agent to close the task.
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.