Releases: sinamohsenifar/foxbridge-mcp
Releases · sinamohsenifar/foxbridge-mcp
Release list
FoxBridge v0.1.2 — Windows / macOS / Linux
FoxBridge — drive your real, logged-in Firefox from an AI assistant (MCP). Runs on Windows, macOS, and Linux (incl. Snap/Flatpak Firefox on Linux).
Install (two parts)
Prereqs (any OS): Node.js ≥ 22.5 + Firefox.
1. MCP server — pick one:
- npx (all OSes):
{ "mcpServers": { "foxbridge": { "command": "npx", "args": ["-y","foxbridge-mcp"] } } } - One-click Claude Desktop: download
foxbridge-mcp.mcpbbelow and open it. - From source:
git clone … && npm install && npm run build.
2. Firefox extension (same file, all OSes): download foxbridge-extension-0.2.1.xpi → about:addons → ⚙️ → Install Add-on From File.
Verify with ff_status. Per-OS config paths: see the README.
Server also on npm: foxbridge-mcp@0.1.2.