Skip to main content
ClaudeWave
AINative-Studio avatar
AINative-Studio

ainative-browser-mcp

Ver en GitHub

AI-powered browser automation MCP server for AI agents — 6 tools: web interaction, structured extraction, validation, multi-step tasks, memory enrichment.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado yesterday
Install in Claude Code / Claude Desktop
Method: NPX · @ainative/browser-mcp
Claude Code CLI
claude mcp add ainative-browser-mcp -- npx -y @ainative/browser-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ainative-browser-mcp": {
      "command": "npx",
      "args": ["-y", "@ainative/browser-mcp"],
      "env": {
        "AINATIVE_API_KEY": "<ainative_api_key>",
        "AINATIVE_USERNAME": "<ainative_username>",
        "AINATIVE_PASSWORD": "<ainative_password>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
AINATIVE_API_KEYAINATIVE_USERNAMEAINATIVE_PASSWORD
Casos de uso

Resumen de MCP Servers

# @ainative/browser-mcp

AINative Browser Agent MCP Server. Gives AI agents browser automation capabilities — act on pages, extract structured data, validate content, run multi-step tasks, and enrich agent memory from the web.

Auto-detects ZeroLocal (localhost:8000) or AINative Cloud.

## Install

```bash
npx @ainative/browser-mcp
```

Or install globally:

```bash
npm install -g @ainative/browser-mcp
```

## Configure in Claude Code

```json
{
  "mcpServers": {
    "browser": {
      "command": "npx",
      "args": ["@ainative/browser-mcp"],
      "env": {
        "AINATIVE_API_KEY": "ak_your_key_here"
      }
    }
  }
}
```

## Tools

| Tool | Description | Credits |
|------|-------------|---------|
| `browser_act` | Perform an action on a web page (click, type, navigate) | 50 |
| `browser_extract` | Extract structured data from a page | 75 |
| `browser_validate` | Validate content or state on a page | 25 |
| `browser_task` | Run a multi-step automation task | 200 |
| `browser_extract_to_table` | Extract data and store in ZeroDB table | 100 |
| `browser_enrich_memory` | Extract content and store in agent memory | 100 |

## Authentication

Set one of the following:

```bash
# API key (recommended)
AINATIVE_API_KEY=ak_your_key_here

# OR username/password
AINATIVE_USERNAME=you@example.com
AINATIVE_PASSWORD=your_password
```

Get your API key from [ainative.studio/dashboard](https://ainative.studio/dashboard).

## ZeroLocal (Local-First)

The server auto-detects ZeroLocal running on `localhost:8000`. If ZeroLocal is running, it is used automatically — no configuration needed. Otherwise it falls back to AINative Cloud.

To run ZeroLocal:

```bash
pip install zerodb-local
zerodb serve
```

## Examples

**Extract product data:**

```json
{
  "tool": "browser_extract",
  "arguments": {
    "url": "https://example.com/products",
    "extract_goal": "Extract all product names and prices"
  }
}
```

**Perform an action:**

```json
{
  "tool": "browser_act",
  "arguments": {
    "url": "https://example.com",
    "instruction": "Click the sign in button",
    "max_steps": 5
  }
}
```

**Store page content in agent memory:**

```json
{
  "tool": "browser_enrich_memory",
  "arguments": {
    "url": "https://example.com/blog/post",
    "extract_goal": "Extract key facts about the product",
    "memory_type": "semantic",
    "project_id": "your-project-id"
  }
}
```

## Links

- [AINative Studio](https://ainative.studio)
- [ZeroDB](https://zerodb.ainative.studio)
- [GitHub](https://github.com/AINative-Studio/core/tree/main/packages/browser-mcp)
- [Issues](https://github.com/AINative-Studio/core/issues)
ai-agentsbrowser-automationclaudemcpmcp-servermodel-context-protocolplaywrightweb-scraping

Lo que la gente pregunta sobre ainative-browser-mcp

¿Qué es AINative-Studio/ainative-browser-mcp?

+

AINative-Studio/ainative-browser-mcp es mcp servers para el ecosistema de Claude AI. AI-powered browser automation MCP server for AI agents — 6 tools: web interaction, structured extraction, validation, multi-step tasks, memory enrichment. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala ainative-browser-mcp?

+

Puedes instalar ainative-browser-mcp clonando el repositorio (https://github.com/AINative-Studio/ainative-browser-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar AINative-Studio/ainative-browser-mcp?

+

AINative-Studio/ainative-browser-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene AINative-Studio/ainative-browser-mcp?

+

AINative-Studio/ainative-browser-mcp es mantenido por AINative-Studio. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a ainative-browser-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ainative-browser-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: AINative-Studio/ainative-browser-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ainative-studio-ainative-browser-mcp)](https://claudewave.com/repo/ainative-studio-ainative-browser-mcp)
<a href="https://claudewave.com/repo/ainative-studio-ainative-browser-mcp"><img src="https://claudewave.com/api/badge/ainative-studio-ainative-browser-mcp" alt="Featured on ClaudeWave: AINative-Studio/ainative-browser-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ainative-browser-mcp