Skip to main content
ZeroTime/Browser Agent
MCP Browser Automation — One command to deploy

Automate any web workflow. No API required.

Browser Agent MCP lets your AI agents extract data, fill forms, and automate multi-step workflows on any website — without custom integrations or fragile scraper maintenance. One npx command. Works in Claude Code, Cursor, and Windsurf.

5,600+

Developers

50,000+

Package Downloads

65+

AI Models

69+

MCP Tools

Install in seconds
v1.1.1
$ npx @ainative/browser-mcp

Free tier included — get your API key

ZeroAPI integrations needed
0msAvg extraction time
0Browser tools included
FreeTo get started

See it in action

One command to spin up. One tool call to extract. Watch the agent pull competitor pricing live.

browser-mcp — demo
$

Up and running in 3 steps

No headless browser infra. No Playwright setup. Just one command.

1

Install

MCP server starts in seconds

$ npx @ainative/browser-mcp
2

Connect

Add to your agent config

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

Extract

Your agent browses the web

browser_extract({
  url: "https://target.com",
  extract_goal: "Pricing plans"
})

Built for ZeroTime workflows

Browser Agent plugs directly into every ZeroTime app. Your agents go from passive to proactive.

ZeroPipeline

Auto-enrich CRM leads

Before every sales call, your agent visits the prospect's website, LinkedIn, and Crunchbase — extracts company size, funding, tech stack, and recent news — and stores it directly in the deal record.

browser_enrich_memory({ url: "https://prospect.com", extract_goal: "Company size, funding, tech stack", memory_type: "semantic", project_id: YOUR_PROJECT_ID })
ZeroCommerce

Monitor competitor pricing

Schedule daily extraction of competitor product pages. Results land in a ZeroDB table your agents can query to auto-adjust your own pricing and flag out-of-stock opportunities.

browser_extract_to_table({ url: "https://competitor.com/products", extract_goal: "Product names and prices", table_name: "competitor_pricing", project_id: YOUR_PROJECT_ID })
ZeroInvoice

Extract invoices without APIs

Pull invoice and payment data from client portals, accounting dashboards, or legacy systems that don't expose APIs — extracted into structured JSON, reconciled against your ZeroInvoice records.

browser_extract({ url: "https://clientportal.com/invoices", extract_goal: "Invoice numbers, amounts, due dates" })
OpenCapStack

Research investors before the pitch

Before provisioning a deal room, your agent researches each investor's portfolio, thesis, and recent investments — summarised in the deal room context so you walk in prepared.

browser_enrich_memory({ url: "https://vc-firm.com/portfolio", extract_goal: "Investment thesis and recent portfolio", memory_type: "episodic", project_id: YOUR_PROJECT_ID })

6 tools, 1 install

Every tool is available the moment you run npx @ainative/browser-mcp

ToolCredits
browser_act50
browser_extract75
browser_validate25
browser_task200
browser_extract_to_table100
browser_enrich_memory100
Browser Agent MCP
Traditional scrapers
Single npx install
Structured JSON output
Works inside MCP agents
Store directly to ZeroDB
No headless infra to manage

Configure in Claude Code

Add to your .claude/mcp.json

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

Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client. Full setup guide →

Simple, transparent pricing

Start free. Scale as your agents grow.

Starter
Free

For individual developers

  • 1K API credits/mo
  • 10K LLM tokens
  • 0.5 GB storage
  • 3 projects
  • 5 browser calls/day
ProPopular
$49/month

For professional developers

  • 50K API credits/mo
  • 1M LLM tokens
  • 10 GB storage
  • 50 MCP hours
  • 50 browser calls/day
Business
$149/month

For teams shipping with AI

  • 150K API credits/mo
  • 5M LLM tokens
  • 50 GB storage
  • 500 MCP hours
  • 200 browser calls/day
Enterprise
$699/month

Full platform for large orgs

  • 200K API credits/mo
  • 10M LLM tokens
  • 100 GB storage
  • 1,000 MCP hours
  • Unlimited browser calls

Stop building scrapers. Start shipping agents.

One command. No API dependencies. No headless infra to maintain. Your agents can browse the web in the next 5 minutes.

$ npx @ainative/browser-mcp