#1092 · Primary category: AI Agents & Automation

web-agent-protocol

ai-agents ai-tools browser-automation browser-use llm mcp mcp-server modelcontextprotocol playwright python record-replay wap web-agent-protocol web-agents

🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support

Project last updated:06/19/25

GitHub Stars

507

Forks

88

Contributors

2

License

MIT

Why we included this project

Most teams building web agents end up re-engineering browser automation for every new session, and that repeated effort is exactly what this project attacks. It records real user interactions through a Chrome extension, then converts that raw event stream into action lists that can be replayed either exactly or as smarter, generalized versions. The same recordings can be exposed as MCP servers, which lets any agent that speaks the Model Context Protocol pick them up without writing custom glue code. For teams that rely on brittle selector-based automation, the record-once, reuse-everywhere workflow is a practical way to capture human demonstration data and turn it into repeatable tasks that don't need constant maintenance.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category