Webvizio MCP Server
Bridge between Webvizio feedback and AI coding agents via the Model Context Protocol
Key Features
Use Cases
README
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_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.
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Topics
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Kanboard MCP Server
MCP server for seamless AI integration with Kanboard project management.
Kanboard MCP Server is a Go-based server implementing the Model Context Protocol (MCP) for integrating AI assistants with the Kanboard project management system. It enables users to manage projects, tasks, users, and workflows in Kanboard directly via natural language commands through compatible AI tools. With built-in support for secure authentication and high performance, it facilitates streamlined project operations between Kanboard and AI-powered clients like Cursor or Claude Desktop. The server is configurable and designed for compatibility with MCP standards.
- ⭐ 15
- MCP
- bivex/kanboard-mcp
Weblate MCP Server
Seamlessly connect AI assistants to Weblate for translation management via the Model Context Protocol.
Weblate MCP Server enables AI assistants and clients to directly manage Weblate translation projects through the Model Context Protocol (MCP). It integrates with the Weblate REST API, allowing natural language interaction for project and translation management. The tool offers multiple transport options including HTTP, SSE, and STDIO, and is optimized for large language model workflows. Full support for project, component, and translation operations is provided, with a focus on type safety and flexible environment configuration.
- ⭐ 9
- MCP
- mmntm/weblate-mcp
Taskade MCP
Tools and server for Model Context Protocol workflows and agent integration
Taskade MCP provides an official server and tools to implement and interact with the Model Context Protocol (MCP), enabling seamless connectivity between Taskade’s API and MCP-compatible clients such as Claude or Cursor. It includes utilities for generating MCP tools from any OpenAPI schema and supports the deployment of autonomous agents, workflow automation, and real-time collaboration. The platform promotes extensibility by supporting integration via API, OpenAPI, and MCP, making it easier to build and connect agentic systems.
- ⭐ 90
- MCP
- taskade/mcp
TickTick MCP
MCP server for AI-powered TickTick task management integration
TickTick MCP is a Model Context Protocol (MCP) server that enables standardized integration of TickTick's task management features with AI assistants and developer applications. It allows programmatic access to create, update, retrieve, complete, or delete tasks and projects in TickTick via Python. Using this MCP server, AI systems can leverage TickTick's API to help automate and manage user's to-do lists and projects through natural language or other interfaces.
- ⭐ 6
- MCP
- ekkyarmandi/ticktick-mcp
Azure DevOps MCP Server
Standardized AI access to Azure DevOps via Model Context Protocol.
Implements the Model Context Protocol (MCP) to enable AI assistants to securely and efficiently interact with Azure DevOps resources. Provides a standardized bridge for managing projects, work items, repositories, pull requests, and pipelines through natural language interfaces. Supports modular authentication and a feature-based architecture for scalability and integration. Facilitates seamless integration with AI tools such as Claude Desktop and Cursor AI.
- ⭐ 306
- MCP
- Tiberriver256/mcp-server-azure-devops
TickTick MCP Server
Enable powerful AI-driven task management for TickTick via the Model Context Protocol.
TickTick MCP Server provides comprehensive programmatic access to TickTick task management features using the Model Context Protocol. Built on the ticktick-py library, it enables AI assistants and MCP-compatible applications to create, update, retrieve, and filter tasks with improved precision and flexibility. The server supports advanced filtering, project and tag management, subtask handling, and robust context management for seamless AI integration.
- ⭐ 35
- MCP
- jen6/ticktick-mcp
Didn't find tool you were looking for?