/ Directorio / Playground / Browser Control MCP
● Comunidad eyalzh ⚡ Instantáneo

Browser Control MCP

por eyalzh · eyalzh/browser-control-mcp

Browser extension + MCP server that lets AI agents drive your real Firefox browser with DOM access.

Browser Control MCP is a Model Context Protocol server by eyalzh. Browser extension + MCP server that lets AI agents drive your real Firefox browser with DOM access. See the source repo for setup, supported clients, and configuration details.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

browser-control-mcp.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "browser-control-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eyalzh/browser-control-mcp"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "browser-control-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eyalzh/browser-control-mcp"
      ]
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "browser-control-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eyalzh/browser-control-mcp"
      ]
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "browser-control-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eyalzh/browser-control-mcp"
      ]
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "browser-control-mcp",
      "command": "TODO",
      "args": [
        "See README: https://github.com/eyalzh/browser-control-mcp"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "browser-control-mcp": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/eyalzh/browser-control-mcp"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add browser-control-mcp -- TODO 'See README: https://github.com/eyalzh/browser-control-mcp'

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Browser Control MCP

Use Browser Control MCP for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Cuándo usarlo: You need the capability: Browser extension + MCP server that lets AI agents drive your real Firefox browser with DOM access.

Requisitos previos
  • MCP server installed — See https://github.com/eyalzh/browser-control-mcp for install instructions
Flujo
  1. Install
    Install Browser Control MCP following the README at https://github.com/eyalzh/browser-control-mcp✓ Copiado
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use Browser Control MCP to complete the task described in its docs.✓ Copiado
    → Agent calls the relevant tool/skill and returns a result

Resultado: Working integration with the capabilities advertised by the project.

Errores comunes
  • README is the source of truth; details here may lag upstream — Check https://github.com/eyalzh/browser-control-mcp for the latest setup steps and tool list

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills