trackmcp
Back to directory

Browser automation clicks buttons. OpenTabs calls APIs.

929 stars TypeScriptOthers Updated Sep 4, 2026
ai-agentsbrowser-automationchromechrome-extensionclaude-codemcpmcp-serveropen-sourceopencodepluginstypescript

Documentation

Your AI calls real web APIs through your browser session — no screenshots, no DOM scraping.

AI sending a Discord message and adding reactions — real API calls, not browser automation

How It Works

1. Install the CLI and load the Chrome extension

2. Connect — the extension bridges your browser to a local server

3. Use — your AI calls web APIs through your authenticated session

No API keys. No OAuth setup. If you're logged in, your AI can use it.

Works with any MCP client. Don't want MCP? Use CLI mode instead.

Quick Start

Requires Node.js 22+ and Chrome.

bash
npm install -g @opentabs-dev/cli
opentabs start

Load the extension from `~/.opentabs/extension` in `chrome://extensions/` (Developer mode → Load unpacked).

bash
opentabs plugin install

Full walkthrough: Quick Start guide

What You Get

  • 100+ plugins, ~2,000 tools. Slack, Discord, GitHub, Jira, Notion, Figma, AWS, Stripe, and a lot more. One command to install, works immediately.
  • Built-in browser tools. Screenshots, clicking, typing, network capture — works on any tab, no plugin needed.
  • Build your own. Scaffold a plugin in one command, publish to npm, anyone can install it. Or point your AI at any website — it discovers the APIs and builds the plugin for you. Plugin Development guide

Install a plugin, use it immediately — no restart needed

Security

  • Everything starts off. No tool executes until you explicitly enable it.
  • Code review built in. Your AI reviews the plugin source before you enable it.
  • Version-aware. Permissions reset when a plugin updates.
  • Three permission levels. Off, Ask (confirmation dialog), or Auto — per-plugin or per-tool.
  • Runs locally. No cloud. Full audit log. Anonymous telemetry (opt-out).

Contributing

bash
git clone https://github.com/opentabs-dev/opentabs.git
cd opentabs && npm install && npm run build
npm run dev       # tsc watch + MCP server + extension
npm run check     # build + type-check + lint + knip + test

Development Setup guide  ·  Discord

License

MIT — Not affiliated with or endorsed by any third-party service. Full disclaimer.


 · 

 · 

 · 

 · 

 · 

Built with , , , and .

Frequently asked questions

What is opentabs?

opentabs is Browser automation clicks buttons. OpenTabs calls APIs.

How do I install opentabs?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is opentabs open source?

Yes — it is hosted on GitHub at https://github.com/opentabs-dev/opentabs and has 929 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP