AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser Operator、 Claude Chrome and Agent Browser
npx skills add https://github.com/AIPexStudio/AIPex --skill skill-creatorInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
Your browser already works!
English | 中文 | Deutsch | Español | Français | 日本語 | 한국어 | Português | Русский
AIPex — An open-source browser automation agent that lives in your existing browser.
Every browser automation tool asks you to:
We asked: why can't automation just run in the browser you already use?
AIPex is the answer. Install the extension, bring your own API key, and automate anything — right where you already work.
AIPex now supports the Model Context Protocol (MCP), giving AI coding agents like Cursor, Claude Code, and VS Code Copilot direct control over your browser.
AI Agent ──stdio──▶ aipex-mcp-bridge ──WebSocket──▶ AIPex Extension ──▶ Browser
Cursor (.cursor/mcp.json) · Claude Desktop (claude_desktop_config.json) · Windsurf (mcp_config.json):
{
"mcpServers": {
"aipex-browser": {
"command": "npx",
"args": ["-y", "aipex-mcp-bridge"]
}
}
}
Claude Code:
claude mcp add aipex-browser -- npx -y aipex-mcp-bridge
VS Code Copilot (.vscode/mcp.json):
{
"servers": {
"aipex-browser": {
"command": "npx",
"args": ["-y", "aipex-mcp-bridge"]
}
}
}
ws://localhost:9223Your agent now has 30+ browser automation tools available via MCP. See mcp-bridge/README.md for advanced options.
AIPex ships an aipex-browser skill — a ready-to-use skill package for agents that support the skill protocol (such as Claude Code and OpenClaw-compatible runtimes).
The skill bundles tool usage strategy, complete parameter schemas for all 30+ browser tools, and common automation patterns — so an agent can control the browser effectively without discovering tools from scratch.
See skill/SKILL.md for the full skill definition.
https://github.com/user-attachments/assets/4a4f2a64-691c-4783-965e-043b329a8035
https://github.com/user-attachments/assets/71ec4efd-d80e-4e8f-8e39-88baee3ec38e
https://github.com/user-attachments/assets/81f6b482-84d0-4fd9-924b-dca634b208ec
https://github.com/user-attachments/assets/ba454715-c759-41df-bf87-e835f76be365
Page Understanding
[x] Accessbility Tree
[x] Optimised Dom
[ ] Vision
Context Engineering
[x] Search-based Retrival
[x] Drop unused snapshot
[x] id-based operation
Integration
[x] Cursor
[x] Claude Code
Skills
[x] File system
[x] Script Execution
[ ] Evaluation - Online-Mind2Web
We love contributions! See DEVELOPMENT.md for setup instructions.
Made with ❤️ by the AIPex Team