MCP.so
登录

MCPML Browser Recorder

@a5c-ai

关于 MCPML Browser Recorder

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

基本信息

分类

浏览器自动化

运行时

python

传输方式

stdio

发布者

a5c-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCPML Browser Recorder?

A Model Context Protocol server that records browser sessions using the MCPML framework. It provides a single tool, record_session_agent, for capturing a browsing session. Aimed at developers who need to automate or replay browser interactions.

How to use MCPML Browser Recorder?

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.

Key features of MCPML Browser Recorder

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

Use cases of MCPML Browser Recorder

  • Capturing user interaction flows for testing or replay.
  • Automating session recording in a development or debugging workflow.
  • Logging browser behavior for analysis or compliance.

FAQ from MCPML Browser Recorder

评论

浏览器自动化 分类下的更多 MCP 服务器