A Playwright browser and MCP Server on your desktop. You can spin up a headful browser (for human interaction) and an accompanying MCP server that can be used to control the browser via HTTP API or MCP server.
This project provides two complementary services for browser automation and co-browsing:
A Browser Proxy Service that controls a persistent Playwright browser instance via HTTP. Let's you log in to services you use, like you normally would.
An MCP Server that exposes browser functionality to MCP clients (like Claude Desktop) via the FastMCP framework. Can operate inside the authenticated session you provide, giving your MCP commands more power and usefulness as an authenticated user.
Both services are built with Deno and TypeScript and work together seamlessly. Features
Note: Currently supports Mac OS, but can be extended to other platforms with minor changes.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Navigate to a URL.
Click on an element.
Fill a form field.
Get the page HTML content.
Execute a fetch request in the browser context.
List all active browser pages.
Close a specific page.