/mcp
No active sessions
Select a session to view its activity logs
The server auto-configures Claude Code on startup. To manually configure:
Claude Code (CLI)
claude mcp add --transport http --scope user hero_browser http://localhost:8884/mcp
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"hero_browser": {
"transport": "http",
"url": "http://localhost:8884/mcp"
}
}
}
Verify
# List configured MCP servers claude mcp list # Test the connection curl -s http://localhost:8884/api/sessions | jq
POST /rpc — JSON-RPC proxy (all UI operations)POST /mcp — MCP protocol endpoint (AI tools)browser.list_sessions — List active browser sessionsbrowser.get_activity — Get all activity log entriesbrowser.get_session_activity — Get activity for a session40+ browser automation tools:
Loading API documentation...