See FSB in Action

FSB still starts with natural-language browser automation. Through MCP, it also gives Codex, Claude, OpenClaw, and other agents a real browser surface for acting, observing, and iterating.

Real Demos, Real Browser Work

FSB still starts with a simple instruction, but these demos show the stronger loop: models and MCP agents operating the browser, observing what happened, and pushing the task forward.

Autopilot

FSB: E-Commerce Autopilot by Grok 4.1

FSB drives a shopping workflow from instruction to browser actions, showing the practical side of full self-browsing.

MCP

Flight Booking: Powered by Codex MCP

Codex uses FSB through MCP as the browser layer, turning coding-agent reasoning into real page interaction.

OpenClaw

OpenClaw Monitoring Doge Price

OpenClaw can provide the agent loop while FSB supplies the live browser control surface for real-world monitoring tasks.

Claude

An Aha Moment by Claude Opus 4.7

Claude pairs reasoning with FSB's browser execution so the agent can learn from the page and keep iterating.

Architecture

How FSB's components communicate to automate browser tasks.

Popup UI

Quick chat interface

Side Panel

Persistent automation view

Options Dashboard

Settings and analytics

MCP Server

IDE integration (Claude Code, Cursor)

Background Service Worker

Session management, AI communication, message routing

Content Script

DOM analysis, action execution, credential fill

AI Provider

xAI / OpenAI / Anthropic / Gemini / OpenRouter / LM Studio

Sync

Live extension control surface, paired via QR

Memory System

Site patterns, procedural memory

Web Page

Target page DOM

Remote Dashboard

WebSocket relay, live DOM preview

Action Library

50+ browser actions organized by category, all executable through natural language.

Navigation

navigatesearchGooglerefreshgoBackgoForwardspaNavigation

Clicking

clickrightClickdoubleClickhoverfocusblur

Text Input

typeclearInputselectTextpressEnterkeyPresstypeIntoclearAndTypepasteText

Forms

selectOptiontoggleCheckbox

Information

getTextgetAttributesetAttributereadPage

Scrolling

scrollscrollToElementscrollToTopscrollToBottom

Multi-Tab

openTabcloseTabswitchTablistTabsduplicateTabmoveTab

Waiting

waitForElementwaitForDOMStabledetectLoadingStatesleep

Powertool

execute_js

Canvas & Drawing

insertTextdblClickAtdrawShapemonacoEditorInsert

CDP Tools

cdpMouseClickcdpMouseDragcdpMouseWheelcdpClickAndHolddragDropdropFileselectTextRange
MCP install

Connect FSB to your agent

Use fsb-mcp-server from Claude Code, Codex, OpenClaw, or OpenCode.

Claude Code

npx -y fsb-mcp-server install --claude-code

Codex

npx -y fsb-mcp-server install --codex

OpenClaw

Manual
npx -y fsb-mcp-server

OpenCode

npx -y fsb-mcp-server install --opencode