🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ainative/browser-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ainative/browser-mcp

AINative Browser Agent MCP Server — AI-powered browser automation tools for web interaction, data extraction, and memory enrichment

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
198
3200%
Maintainers
1
Weekly downloads
 
Created
Source

@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.

Install

npx @ainative/browser-mcp

Or install globally:

npm install -g @ainative/browser-mcp

Configure in Claude Code

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

Tools

ToolDescriptionCredits
browser_actPerform an action on a web page50
browser_extractExtract structured data from a page75
browser_validateValidate content or state on a page25
browser_taskRun a multi-step automation task200
browser_extract_to_tableExtract data and store in ZeroDB table100
browser_enrich_memoryExtract content and store in agent memory100

Get an API Key

Sign up at ainative.studio and generate an API key from your dashboard.

Keywords

mcp

FAQs

Package last updated on 19 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts