Server data from the Official MCP Registry
AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
About
AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
Security Report
This is a well-structured MCP server for browser automation with proper authentication, reasonable permissions, and clean code quality. Authentication is required (API key or username/password), credentials are handled securely via environment variables, and the codebase shows no malicious patterns or dangerous vulnerabilities. Minor findings related to token validation and error handling are present but do not significantly impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
7 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ainative-studio-ainative-browser-mcp": {
"args": [
"-y",
"@ainative/browser-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
@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
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
| 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:
# 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.
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:
pip install zerodb-local
zerodb serve
Examples
Extract product data:
{
"tool": "browser_extract",
"arguments": {
"url": "https://example.com/products",
"extract_goal": "Extract all product names and prices"
}
}
Perform an action:
{
"tool": "browser_act",
"arguments": {
"url": "https://example.com",
"instruction": "Click the sign in button",
"max_steps": 5
}
}
Store page content in agent memory:
{
"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
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
