Back to MCP directory
publicPublicdnsLocal runtime

mcpml-browser-recorder

MCPML浏览器录制工具,用于记录浏览会话

article

README

🚀 mcpml 工具使用指南

本项目提供了 mcpml 工具的使用方法,能帮助你完成特定的任务,如记录浏览器会话等。

🚀 快速开始

方法一

在命令行中执行以下命令:

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

方法二

  1. 克隆仓库到本地:
git clone https://github.com/a5c-ai/mcpml-browser-recorder.git
  1. 进入项目目录:
cd mcpml-browser-recorder
  1. 安装依赖:
sh ./install-deps.sh
  1. 运行工具:
uvx --from git+https://github.com/a5c-ai/mcpml#egg=mcpml mcpml run --transport=sse

✨ 主要特性

record_session_agent

此工具可用于记录浏览器会话。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client