1. Conduid
  2. Browser
  3. Aipex
MCP server · Browser

Aipex

AIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser Operator、 Claude Chrome and Agent Browser

92Excellent

Scored yesterday · breakdown

About Aipex

Aipex is an MCP server published by AIPexStudio in the Browser category: aIPex: AI browser automation assistant, no migration and privacy first. Alternative to Manus Browser Operator、 Claude Chrome and Agent Browser. It has been installed 0 times through Conduid.

The repository has 1.1K stars and 107 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx aipex

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Aipex

Powered by Claude · Grounded in docs

I know everything about Aipex. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.0v0.1.0 · 11 Mar 2026&nbsp;&nbsp;&nbsp;🚀 Features Enhance chatbot functionality with skill management and input mode toggle &nbsp;-&nbsp; by @buttercannfly [<samp>(a938e)</samp>](https://github.com/AIPexStudio/AIPex/commit/a938e4b) Add UX audit goal…
v0.0.16v0.0.16 · 14 Jan 2026No significant changes* &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/AIPexStudio/AIPex/compare/v0.0.15...v0.0.16)
v0.0.15v0.0.15 · 12 Jan 2026&nbsp;&nbsp;&nbsp;🚀 Features Update README with roadmap and feature tracking for AIPex &nbsp;-&nbsp; by **ropzislaw** [<samp>(c3212)</samp>](https://github.com/AIPexStudio/AIPex/commit/c321290) chat-adapter**: Implement tool call argument…
v0.0.14v0.0.14 · 8 Jan 2026&nbsp;&nbsp;&nbsp;🚀 Features dom-snapshot**: Implement cursor: pointer detection for interactive elements and enhance test coverage &nbsp;-&nbsp; by @jk4235 [<samp>(8f2ec)</samp>](https://github.com/AIPexStudio/AIPex/commit/8f2ec1d)…
v0.0.13v0.0.13 · 8 Jan 2026&nbsp;&nbsp;&nbsp;🚀 Features dom-snapshot**: Add support for explicit accessibility labels in DOM snapshot collection &nbsp;-&nbsp; by @jk4235 [<samp>(4a38d)</samp>](https://github.com/AIPexStudio/AIPex/commit/4a38de6)…

README

Your browser already works!


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. InstallChrome Web Store or Edge Add-ons
  2. Open — Press AIPex icon
  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):

{
  "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"]
    }
  }
}

Step 2: Connect the extension

  1. Open Chrome → AIPex icon → Options
  2. Set WebSocket URL to ws://localhost:9223
  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

"I have 100 tabs open. Help."

https://github.com/user-attachments/assets/4a4f2a64-691c-4783-965e-043b329a8035

"Research this topic without leaving my browser"

https://github.com/user-attachments/assets/71ec4efd-d80e-4e8f-8e39-88baee3ec38e

"Write a tweet for me"

https://github.com/user-attachments/assets/81f6b482-84d0-4fd9-924b-dca634b208ec

"Help me pass this exam"

https://github.com/user-attachments/assets/ba454715-c759-41df-bf87-e835f76be365


Roadmap?

  • Page Understanding

    • Accessbility Tree

    • Optimised Dom

    • Vision

  • Context Engineering

    • Search-based Retrival

    • Drop unused snapshot

    • id-based operation

  • Integration

    • Cursor

    • Claude Code

  • Skills

    • File system

    • Script Execution

  • Evaluation - Online-Mind2Web

Why debugger is necessary for browser automation?


Contributing

We love contributions! See DEVELOPMENT.md for setup instructions.

Contributors


Star History

Star History Chart


README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Aipex

How do I install Aipex?

Run npx aipex, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Aipex safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Aipex still maintained?

Yes — the latest release is v0.1.0 (11 Mar 2026), and the last commit was 6 months ago. The repository has 1.1K stars and 0 open issues.