Webvizio MCP Server

Webvizio MCP Server

Bridge between Webvizio feedback and AI coding agents via the Model Context Protocol

4
Stars
4
Forks
4
Watchers
0
Issues
Webvizio MCP Server is a TypeScript-based server implementing the Model Context Protocol to securely and efficiently interface with the Webvizio API. It transforms web page feedback and bug reports into structured, actionable developer tasks, providing AI coding agents with comprehensive task context and data. It offers methods to fetch project and task details, retrieve logs and screenshots, and manage task statuses. The server standardizes communication between Webvizio and AI agent clients, facilitating automated issue resolution.

Key Features

Implements Model Context Protocol interface
Fetches and manages Webvizio projects
Retrieves open tasks assigned to users
Provides rich task context including descriptions, logs, and screenshots
Enables AI agents to execute development tasks
Supports secure API key-based authentication
Offers tools for workflow automation
Allows for closing/resolving tasks programmatically
Facilitates structured data exchange with AI clients
Integrates with browser extension for visual feedback capture

Use Cases

Automating the transformation of website feedback into developer tasks
Enabling AI coding agents to access and resolve bugs with full context
Providing non-technical teams a streamlined route to communicate development needs
Retrieving detailed logs and screenshots for debugging
Managing and updating Webvizio project tasks via standardized API
Integrating visual feedback with code workflows in development environments
Enhancing bug triage accuracy by AI agents
Automating closure of tasks after AI-based resolution
Supporting IDE chatbots in accessing project and task data
Facilitating collaboration between end-users, product teams, and developers through structured context exchange

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

  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": "<your-api-key>"
       }
    }
    
  3. Generate and copy the API key for the MCP server on the AI Settings page https://app.webvizio.com/profile/ai
  4. Insert the API key into the WEBVIZIO_API_KEY environment variable.
  5. Save the changes.
  6. 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.

Star History

Star History Chart

Repository Owner

Webvizio
Webvizio

Organization

Repository Details

Language TypeScript
Default Branch main
Size 27 KB
Contributors 2
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
89.85%
JavaScript
10.15%

Tags

Topics

ai cursor cursor-ai ide mcp vscode windsurf windsurf-ai

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Kanboard MCP Server

    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

    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

    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

    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

    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

    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?

    Be as detailed as possible for better results