MCP Server
Maintained
io.github.baixianger/camoufox-mcp MCP Server
io.github.baixianger/camoufox-mcp
What is the io.github.baixianger/camoufox-mcp MCP server?
Anti-detection browser automation with Camoufox - stealth Firefox for web scraping
How to install io.github.baixianger/camoufox-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"camoufox-mcp": {
"command": "npx",
"args": [
"-y",
"camoufox-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"camoufox-mcp": {
"command": "npx",
"args": [
"-y",
"camoufox-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"camoufox-mcp": {
"command": "npx",
"args": [
"-y",
"camoufox-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"camoufox-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"camoufox-mcp"
]
}
}
}Claude Code
claude mcp add camoufox-mcp -- npx -y camoufox-mcpRelated MCP servers
io.github.baixianger/langchain-mcp
Maintained
LangChain/LangGraph/DeepAgents knowledge + LangGraph agent debugging (Polly-like)
5
View repository →TypeScript