MCP Directory
Back

web-agent-protocol

by OTA-Tech-AI · Python · ★ 497

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

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

Install

pip install git+https://github.com/OTA-Tech-AI/web-agent-protocol.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "web-agent-protocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/OTA-Tech-AI/web-agent-protocol.git"
      ]
    }
  }
}

From the README

The Web Agent Protocol (WAP) is a standardized framework designed to enable seamless interaction between users, web agents, and browsers by recording and replaying browser actions. It separates the concerns of action recording and execution, allowing for efficient automation and reusability. The Python SDK for WAP implements the full specification, making it easy to: 1. **Collect** user‑interaction data with the [OTA‑WAP Chrome extension](https://github.com/OTA-Tech-AI/webagentprotocol/tree/main/chrome-extension). 2. **Convert** the raw event stream into either **_exact‑replay_** or **_smart‑…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers