Skip to main content
0
A

AIPex

AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

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.

  • Zero Migration: No new browser to install. No new workflow to learn.
  • Open Source: MIT licensed. Fully transparent, auditable, and extensible.
  • Privacy First: Your data never leaves your machine. Bring Your Own Key (BYOK).

Why We Built This

Every browser automation tool asks you to:

  • Install a separate browser (Dia/Comet)
  • Pay monthly subscriptions (ChatGPT Atlas)
  • Give up your browsing data

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.

Quick Start

  1. 1.InstallChrome Web Store or Edge Add-ons
  2. 2.Open — Press AIPex icon
  3. 3.Automate — Type or speak what you want in natural language

Use with AI Coding Agents (MCP)

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

Step 1: Configure your agent

Cursor (.cursor/mcp.json) · Claude Desktop (claude_desktop_config.json) · Windsurf (mcp_config.json):

json
{
  "mcpServers": {
    "aipex-browser": {
      "command": "npx",
      "args": ["-y", "aipex-mcp-bridge"]
    }
  }
}

Claude Code:

bash
claude mcp add aipex-browser -- npx -y aipex-mcp-bridge

VS Code Copilot (.vscode/mcp.json):

json
{
  "servers": {
    "aipex-browser": {
      "command": "npx",
      "args": ["-y", "aipex-mcp-bridge"]
    }
  }
}

Step 2: Connect the extension

  1. 1.Open Chrome → AIPex icon → Options
  2. 2.Set WebSocket URL to ws://localhost:9223
  3. 3.Click Connect

Your agent now has 30+ browser automation tools available via MCP. See mcp-bridge/README.md for advanced options.

Skill

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.

Demos

Don't lose this

Three weeks from now, you'll want AIPex again. Will you remember where to find it?

Save it to your library and the next time you need AIPex, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

This plugs directly into your AI and gives it new abilities it didn't have before. AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.