web-agent-protocol
The Web Agent Protocol (WAP) enables recording and replaying of user interactions in the browser.
WAP is a standardized framework that facilitates seamless interaction between users, web agents, and browsers. It allows for the efficient recording of user actions and their subsequent replay, making automation and reusability straightforward. The Python SDK for WAP implements the full specification, enabling users to collect interaction data, convert raw event streams into action lists, and replay those actions accurately using the WAP-Replay protocol. With the OTA-WAP Chrome extension, users can easily gather interaction data, which can then be transformed into either exact or smart replay action lists. These recorded actions can be converted into MCP servers, allowing for their reuse by any agent or user. This capability enhances the efficiency of browser operations and provides a robust solution for automation tasks.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"web-agent-protocol": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-web-agent-protocol"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions