mcpbeat Sign in

Camoufox MCP Server

local only

Camoufox MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 20 Feb 2026.

Anti-detection browser automation with Camoufox - stealth Firefox for web scraping

Installs per day peak 33 · avg 13 · +26% w/w
a month agotoday
38
Installs / week
npm · camoufox-mcp
7
Stars
0 open issues
20 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call get_page_text.selector → src/tools/utility.ts:140
    const text = await page.$eval(selector, (el: Element) => {
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime src/tools/utility.ts:140
    const text = await page.$eval(selector, (el: Element) => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add camoufox-mcp -- npx -y camoufox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "camoufox-mcp": {
      "args": [
        "-y",
        "camoufox-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.camoufox-mcp]
command = "npx"
args = ["-y", "camoufox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "camoufox-mcp": {
      "args": [
        "-y",
        "camoufox-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "camoufox-mcp": {
      "args": [
        "-y",
        "camoufox-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Camoufox MCP

same job, measured the same way
Obscura MCP
by metadrama

MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.

44 installs/wk local only
Scrapeless MCP Server
by scrapeless-ai

Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.

276 installs/wk answering
SeleniumBase MCP
by seleniumbase

Stealthy browser automation, testing, and web-scraping via CDP Mode.

local only
Playwright Stealth
by pulsemcp

Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.

547 installs/wk local only
CloakMCP
by overtimepog

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

106 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Neo Vision
by matthewalexong

Spatial DOM maps for AI agent browser navigation with anti-bot stealth.

28 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only

Camoufox MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Camoufox MCP?
Camoufox MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package camoufox-mcp was installed 38 times last week.
How do I connect Camoufox MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls camoufox-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Camoufox MCP?
The npm package camoufox-mcp was installed 38 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Camoufox MCP open source?
We cannot say either way: written in TypeScript and 7 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.