MCPML Browser Recorder
About
Browsing Session Recorder MCP Server (powered by MCPML and playwright)
Details
- Author
- a5c-ai
- Downloads
- 147
- Categories
- Automation
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCPML Browser RecorderCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


