@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
browser_act | Perform an action on a web page | 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 |
Get an API Key
Sign up at ainative.studio and generate an API key from your dashboard.