LibreWolf Agent Bridge
Provides browser automation for LibreWolf, enabling AI agents to control LibreWolf browser tabs, navigate pages, take screenshots, inspect console and network, manage downloads, and perform bounded batches.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LibreWolf Agent Bridgecheck browser status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LibreWolf Agent Bridge
Local-first Model Context Protocol (MCP) browser automation for LibreWolf. It wraps the pinned Mozilla @mozilla/firefox-devtools-mcp process; it is not a LibreWolf or Firefox fork and is not affiliated with Mozilla, LibreWolf, OpenAI, or Anthropic.
Current status
The controlled-profile design is the supported path. It launches a dedicated, app-owned LibreWolf profile and exposes a deliberately small browser_* MCP surface. Browser data stays on the local machine except for normal browser traffic to sites you choose.
The repository contains a locally verified source distribution and reproducible release assembly. Build the declared MCP CLI before configuring a client; the preflight in the setup below confirms that the server and its Windows process supervisor were produced.
The optional companion package can connect an explicitly approved existing LibreWolf session on Windows. It must be installed from a complete native-host payload: its secure helper enforces same-user named-pipe checks, and browser_status reports the final capability state. Linux, macOS, and Flatpak LibreWolf should use controlled mode because this hardened companion transport is Windows-only.
No artifact is deployed by this project.
Related MCP server: camofox-browser-mcp
Fastest path: Claude Desktop one-click
npm ci
npm run package:allOpen the resulting artifacts/librewolf-agent-bridge-<version>.mcpb with Claude
Desktop, then call browser_status. No config file to edit and no dependency
install: the bundle carries the server, the pinned Mozilla upstream, GeckoDriver,
and the Windows secure helper. Use the manual setup below for Codex, Claude Code,
ChatGPT Desktop, or when you want the checkout itself to be the server.
Five-minute controlled setup (Windows)
Install LibreWolf and Node 20.19.0 or newer. The compatibility check was run with LibreWolf
146.0-2; Node20.18.2is known to be too old for the pinned Mozilla dependency.In an elevated-free PowerShell window, clone the repository and install its locked dependencies:
git clone <your-fork-or-checkout-url> librewolf-agent-bridge Set-Location librewolf-agent-bridge node --version npm ci npm run build Test-Path .\apps\mcp-server\dist\cli.js Test-Path .\apps\mcp-server\dist\native\secure-pipe-helper.exeBoth checks must print
True. If either does not, stop and inspect the build output before configuring a client.Configure one of the clients below, replacing the absolute path. Each example launches a local process over stdio and creates a separate controlled profile; it does not attach to your everyday browser profile.
For Codex, add this to
%USERPROFILE%\.codex\config.toml:[mcp_servers.librewolf-agent-bridge] command = "node" args = ['C:/absolute/path/to/librewolf-agent-bridge/apps/mcp-server/dist/cli.js'] startup_timeout_sec = 90For Claude Desktop, add this server to its MCP configuration:
{ "mcpServers": { "librewolf-agent-bridge": { "command": "node", "args": ["C:\\absolute\\path\\to\\librewolf-agent-bridge\\apps\\mcp-server\\dist\\cli.js"] } } }Restart or reconnect your MCP client, then call
browser_status. Confirm the reported mode iscontrolledand inspect its capabilities before browsing.
See Windows installation, security, and troubleshooting before using credentials or downloads. ACCEPTANCE.md records what has been verified, how to re-run it, and what remains open.
What the server can do
The public surface contains status and tab control, navigation, compact snapshots and text lookup, UID-based input, screenshots, console and network inspection, downloads, and bounded batches. Its exact names and input contracts are documented in the protocol reference. State-changing actions, uploads, downloads, tab closing, and batches deserve explicit user confirmation in the MCP client.
Controlled mode supports delta snapshots. Companion actions briefly highlight
their target in the page; controlled-mode highlighting is limited to native
hover state and is reported as degraded. Screen recording is explicitly
unavailable on the tested LibreWolf 146.0-2 because the pinned upstream
screencast requires Firefox 154 or newer. The extension popup and options page
show connection and permission state; an optional persistent sidebar is not
shipped.
Distribution inputs
packaging/codex-plugin/— Codex plugin template.packaging/claude-mcpb/— Claude Desktop MCPB source using manifest0.3.npm run package:allturns it into a self-contained installable.mcpbcarrying the server, the pinned Mozilla upstream, GeckoDriver, and the secure helper.packaging/windows/— native host and secure-helper installation/removal scripts (dry-run by default).packaging/linux/andpackaging/macos/— per-user native-messaging registration templates; they do not add Windows-only secure companion transport.scripts/package-artifacts.mjs— deterministic local artifact collector. It makes no installation, registry, network, or deployment changes.
Run npm run package:all only from a build-ready checkout. It emits an artifact manifest and SHA-256 checksums under artifacts/, or exits with a specific missing-prerequisite error.
The complete release matrix is assembled on Windows because the npm, Codex,
MCPB, and Windows archives include the compiled Windows Job Object/secure-pipe
helper. Linux and macOS users can build and run controlled mode locally, but
their source hosts do not produce that complete release matrix.
Development
Read architecture, performance profiling, contributing, and compatibility evidence. Source code is Apache-2.0; see third-party notices.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server implementation that enables browser automation through standardized MCP clients, supporting features like navigation, element interaction, and screenshots across Chrome, Firefox, and Edge browsers.Last updated860MIT
- Alicense-qualityDmaintenanceMCP server for controlling a local camofox-browser instance, enabling LLM agents to perform web automation tasks such as navigation, interaction, snapshotting, and content extraction.Last updated417MIT
- AlicenseAqualityAmaintenanceDrive Firefox-based browsers (Floorp, LibreWolf, Zen, Waterfox, Mullvad, Firefox) from any MCP client — read pages, screenshot, click, fill forms and manage tabs in your real session, over Marionette/WebDriver. OS input & JS eval locked by default.Last updated411241MIT
- AlicenseAqualityDmaintenanceSelf-hosted MCP server for AI browser automation. Connects to your own Chromium instance via CDP, providing tools for browser control, navigation, interaction, and content extraction.Last updated191MIT
Related MCP Connectors
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Live browser debugging for AI assistants — DOM, console, network via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hokondrak/librewolf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server