MCPML Browser Recorder

by a5c-ai

147 downloads
Not rated
GitHub

About

Browsing Session Recorder MCP Server (powered by MCPML and playwright)

Details

Author
a5c-ai
Downloads
147
Categories
Automation

- Records a browser session via the record_session_agent tool.
- Operates over SSE (Server-Sent Events) transport.
- Integrates with the MCPML runtime for execution.

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 MCPML Browser Recorder
    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

Run the server using uvx with the mcpml CLI: uvx --from git+https://github.com/a5c-ai/mcpml#egg=mcpml mcpml run -c https://github.com/a5c-ai/mcpml-browser-recorder.git --transport=sse. Alternatively, clone the repository, run the dependency installer, and then run the server locally.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcpml browser recorder": {
            "mcpml-browser-recorder": {
                "command": "uvx",
                "args": [
                    "--from",
                    "git+https://github.com/a5c-ai/mcpml#egg=mcpml",
                    "mcpml",
                    "run",
                    "-c",
                    "https://github.com/a5c-ai/mcpml-browser-recorder.git",
                    "--transport=sse"
                ]
            }
        }
    }
}

McpServers

{
    "mcpml-browser-recorder": {
        "command": "uvx",
        "args": [
            "--from",
            "git+https://github.com/a5c-ai/mcpml#egg=mcpml",
            "mcpml",
            "run",
            "-c",
            "https://github.com/a5c-ai/mcpml-browser-recorder.git",
            "--transport=sse"
        ]
    }
}

MCPML Browser Recorder

Usage

uvx --from git+https://github.com/a5c-ai/mcpml#egg=mcpml mcpml run -c https://github.com/a5c-ai/mcpml-browser-recorder.git --transport=sse

or

git clone https://github.com/a5c-ai/mcpml-browser-recorder.git
cd mcpml-browser-recorder
sh ./install-deps.sh
uvx --from git+https://github.com/a5c-ai/mcpml#egg=mcpml mcpml run --transport=sse

Tools

record_session_agent

Records a browsing session.

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.