MCPML Browser Recorder
@a5c-ai
About MCPML Browser Recorder
Browsing Session Recorder MCP Server (powered by MCPML and playwright)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_agenttool. - 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
—
More Browser Automation MCP servers
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
Comments