Webvizio MCP

by Webvizio

350 downloads
Not rated
GitHub

About

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 w

Details

Author
Webvizio
Downloads
350
Categories
Other, Developer Tools

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Webvizio MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "webvizio": {
      "command": "npx",
      "args": [
        "-y",
        "@webvizio/mcp-server"
      ],
      "env": {
        "WEBVIZIO_API_KEY": "your-api-key"
      }
    }
  }
}

get_projects

Fetch all available Webvizio projects

get_current_project

Fetch details of the currently selected Webvizio project

set_project

Set the current Webvizio project

get_tasks

Fetches the users task list. Use this tool if a user asks to see their tasks. You should also use it if the user wants to execute a specific task but you don't have its UUID to use with the get_task_prompt tool. Display received tasks as <task number>: <title>. For example, 123: Prepare Q2 Report. Do not show the UUID.

get_task_description

Fetches the task description. Use this tool only if the user ask you to provide the task description. If you need information for task execution, use get_task_prompt tool instead

get_task_prompt

Fetches the task prompt that includes a description of the task and relevant technical data to facilitate proper understanding and execution. You should use this tool whenever a user requests the execution of a specific task, by name, number, or by providing a link such as “https://app.webvizio.com/task/8ad64d4a-176a-41a0-9e4a-d20adcf25da3/show.” In cases where a link is provided, extract the UUID from the URL to retrieve the corresponding task prompt. If you are unable to obtain the UUID based on the task’s title or number, use the get_tasks tool to retrieve a list of all available tasks.

get_task_console_logs

Fetches the task console logs (Browser console logs) which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

get_task_network_logs

Fetches the task network logs (Network requests) which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

get_task_action_logs

Fetches the task action logs (Repro steps) which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

get_task_error_logs

Fetches the task error logs which have been added to the task. Use this tool if the task prompt lacks sufficient information for execution. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

get_task_screenshot

Fetches the task screenshot. By default, a screenshot is automatically generated when a task is created, displaying the page in the browser exactly as the user saw it at that moment. A distinctive lilac marker on the screenshot indicates the location of the element on the page that the task refers to. In some cases, the task author may also add additional hints and instructions directly onto the screenshot. Use this tool if the task prompt lacks sufficient information for execution. Analyzing a screenshot can also be particularly useful for tasks related to layout or resolving visual bugs. Do not use this tool if the task and its solution methods are entirely clear from the task prompt

close_task

Closes the task. Use this tool only if the user ask you to close the task. DO NOT use this tool until the user confirms the task is complete.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "webvizio mcp": {
            "webvizio": {
                "command": "npx",
                "args": [
                    "-y",
                    "@webvizio/mcp-server"
                ],
                "env": {
                    "WEBVIZIO_API_KEY": "your-api-key"
                }
            }
        }
    }
}

McpServers

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

Webvizio MCP Server

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 — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.