
Web Agent Protocol
Supports UIby ota-tech-ai
Record and replay browser interactions via MCP, transforming user sessions into reusable AI agent tools.
What it does
Web Agent Protocol (WAP) provides a standardized framework for recording user browser interactions and replaying them as AI agent actions. It bridges the gap between human browser activity and AI automation by converting raw event streams into exact or smart replay lists.
Tools
wap_service: Hosts the WAP backend for action collection and replay coordination.generate_mcp_server: Converts recorded browser sessions into standalone MCP servers for reuse by any agent.run_replay: Executes recorded action lists using specified LLM providers to reproduce browser operations.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"web-agent-protocol": {
"command": "python3",
"args": ["/path/to/web-agent-protocol/wap_service.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
python3 wap_service.pyInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






