Web Agent Protocol records and replays user interactions in the browser. It exposes APIs for capturing mouse clicks, keyboard inputs, and page navigation. It connects to browser automation tools and integrates with web applications. Developers use it to test user flows, debug interactions, and automate browser tasks.
Web Agent Protocol records and replays user interactions in the browser. It exposes APIs for capturing mouse clicks, keyboard inputs, and page navigation. It connects to browser automation tools and integrates with web applications. Developers use it to test user flows, debug interactions, and automate browser tasks.
pip install web-agent-protocolAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ota-tech-ai-web-agent-protocol-github": {
"command": "uvx",
"args": [
"pip install web-agent-protocol"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from web agent protocol?"
API Key Required
This server requires an API key from web agent protocol. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| WEB_AGENT_PROTOCOL_API_KEY | Yes | Your web agent protocol API key |
"What resources are available in web agent protocol?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in web agent protocol"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in web agent protocol with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.