Show HN: Open-sourced solution to AI manage Playwright automations (github.com)

1 points by kevincobain2000 ↗ HN
We built a comprehensive system that connects directly to the AI agents through MCP for writing, managing most type of browser automations.

Purpose is for automated testing or automating browser based workflows. It provides notifications, scheduling, pre/post hooks, IAM management, cookies support, json payloads. Has a hybrid Chrome extension too, that can agents can read to write automations directly instead of you writing the the prompt.

From developer of Sorify - on Apache 2.0

3 comments

[ 0.17 ms ] story [ 16.9 ms ] thread
That is nice, can I be able to connect directly with my python code or is it just for AI agents and MCP tools?
Thanks. Sorry for delay in response. The runner on the server runs using JS playwright. But from your local, if you have a python code, you can just connect directly to the mcp, with auth in the headers. I ll add that to docs, good point. Auth is basically just the username and the password.