aipex-browser
AI-powered browser automation using the AIPex Chrome Extension via MCP bridge. Use this skill when the agent needs to control a Chrome browser — navigating pages, clicking elements, filling forms, capturing screenshots, managing tabs, or downloading content — by connecting to the AIPex MCP bridge.
npx skills add AIPexStudio/AIPex --skill skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AIPex Browser Control AIPex is a Chrome extension that exposes 30+ browser automation tools over the Model Context Protocol (MCP). Once connected, the agent can control any Chrome tab using natural language — clicking, typing, navigating, capturing screenshots, downloading content, and more. **Architecture:** ``` Agent (MCP client) ──stdio──▶ aipex-mcp-bridge ──WebSocket──▶ AIPex Chrome Extension ──▶ Browser APIs ``` --- ## When to Use This Skill Use this skill when the user wants to: - Navigate to URLs, click links, fill forms, or interact with any web page - Automate multi-step browser workflows - Extract or download data from web pages - Capture screenshots of browser tabs - Manage multiple tabs across browser windows - Perform browser-assisted testing (accessibility, UX, regression) --- ## Prerequisites - **AIPex Chrome extension** installed (available on the Chrome Web Store or via developer build) - **Node.js >= 18** installed on the local machine The user is assumed to have AIPex installed. The agent only needs to complete the two connection steps below. --- ## Step 1: Register the MCP Server Add the following to the agent's MCP configuration. No manual installation is nee
- When to Use This Skill
- Prerequisites
- Step 1: Register the MCP Server
- Cursor (.cursor/mcp.json)
- Claude Desktop (claudedesktopconfig.json)
- Claude Code (CLI)
- VS Code Copilot (.vscode/mcp.json)
- Windsurf (mcpconfig.json)
- Custom port (optional)
- Step 2: Connect the AIPex Extension to the Bridge
- Tool Usage Strategy (IMPORTANT)
- Priority 1 — searchelements (always try first)
- Priority 2 — UID-based interaction (preferred)
- Priority 3 — capturescreenshot + computer (high-cost fallback only)
claude mcp add aipex-browser -- npx -y aipex-mcp-bridge
What does the aipex-browser skill do?
AI-powered browser automation using the AIPex Chrome Extension via MCP bridge. Use this skill when the agent needs to control a Chrome browser — navigating pages, clicking elements, filling forms, capturing screenshots, managing tabs, or downloading content — by connecting to the AIPex MCP bridge.
How do I install it?
Run `npx skills add AIPexStudio/AIPex --skill skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From AIPexStudio/AIPex, a repository with 1,230 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
