@agent-one/browser-mcp-server
v1.0.0
Published
MCP server for AgentOne Browser — 22 tools for anti-detection browser automation, profile management, session extraction, and task execution
Maintainers
Readme
@agent-one/browser-mcp-server
MCP server for AgentOne Browser — 22 tools for anti-detection browser automation, profile management, session extraction, and task execution.
Installation
npx -y @agent-one/browser-mcp-server@latestConfiguration
Set environment variables:
| Variable | Description | Default |
|----------|-------------|---------|
| AGENTONE_URL | Server URL | https://browser.ai-automate.me |
| AGENTONE_TOKEN | Auth token | (reads from ~/.agentone-browser/auth-token if unset) |
Tools (22)
| Group | Tools |
|-------|-------|
| System | get_system_status, check_auth_status |
| Profiles | list_profiles, get_profile, create_profile, update_profile, delete_profile |
| Lifecycle | launch_profile, stop_profile, get_profile_status |
| Sessions | get_session, refresh_session, get_rpc_tokens, list_sessions |
| Clipboard | set_clipboard, get_clipboard |
| CDP | get_cdp_info |
| Tasks | execute_task, navigate, extract_page, take_screenshot, browser_snapshot |
Engine Integration
Claude Code — add to .mcp.json:
{
"mcpServers": {
"agentone-browser": {
"command": "npx",
"args": ["-y", "@agent-one/browser-mcp-server@latest"],
"env": {
"AGENTONE_URL": "https://browser.ai-automate.me",
"AGENTONE_TOKEN": "your-token"
}
}
}
}Pi Agent — use @agent-one/browser-pi-agent to auto-configure.
Hermes — use @agent-one/browser-hermes to auto-configure.
Build
npm install && npm run buildLicense
MIT
