V0.dev Response Capture Tool

by m2rads

34 stars
246 downloads
Not rated
GitHub

About

MCP Server to connect your MCP host to V0.dev directly

Details

Author
m2rads
GitHub stars
34
Downloads
246
Categories
Other

- Connects to existing Chrome with all your accounts and cookies.
- Captures Vercel AI SDK streaming SSE responses.
- Decodes streamed data and assembles complete text.
- Saves raw, decoded, assembled, and cleaned files.
- Provides extract and list commands for captured data.

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 V0.dev Response Capture Tool
    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

Install dependencies and Playwright, then run python main.py with a custom prompt (--prompt "...") or use the default. Additional commands: list to see captured files and extract to decode and view a specific capture file.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "v0.dev response capture tool": {
            "v0-mcp": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-r",
                    "requirements.txt"
                ]
            }
        }
    }
}

McpServers

{
    "v0-mcp": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-r",
            "requirements.txt"
        ]
    }
}

V0.dev Response Capture Tool

A tool that connects to your browser, navigates to v0.dev, submits prompts, and captures all network responses - including the streamed AI responses. This allows you to save the complete output from v0.dev for further analysis or use.

Features

- Connects to your existing Chrome browser with all your accounts/cookies
- Navigates to v0.dev and submits your prompt
- Captures all network activity, focusing on streamed AI responses
- Decodes the Vercel AI SDK streaming format to extract complete responses
- Saves responses to files for later reference
- Provides tools to extract and view responses from saved files

Prerequisites

- Python 3.8+
- Google Chrome browser

Installation

1. Clone this repository
2. Install dependencies:

```bash

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.