MCP Directory
Back

web-agent-protocol

by OTA-Tech-AI · Python · ★ 499

🌐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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related ai & ml servers