A Chrome side panel that runs ChatGPT, Claude, Gemini, Grok, and DeepSeek in parallel, now exposed as an MCP server so downstream agents can trigger compare mode programmatically. Send one prompt, get five answers side by side, no tab switching. The MCP bridge surfaces the compare workflow as callable tools, letting Claude or other MCP clients spawn multi model responses on demand. Useful when you want programmatic access to model comparison inside an agent workflow instead of manually pasting prompts into a browser panel. Local first, no telemetry, MIT licensed. Install is a git clone and manual Chrome extension load.
five AIs in one sidebar, one conversation, one ⌘+K
What You Get • Install • How It Work • Ecosystem
MultiAiPanel is a Chrome side panel that hosts every major AI side-by-side. One prompt, every model, side-by-side answers, no tab juggling.
┌──────────────────────────────────────┐
│ LOCAL-FIRST ████████ 100% │
│ SOURCE-TRACEABLE ████████ 100% │
│ TYPING REQUIRED ░░░░░░░░ 0% │
│ VIBES ████████ ZERO │
│ FILLER│
└──────────────────────────────────────┘
ChatGPT, Claude, Gemini, Grok, DeepSeek — same panel, same prompt, instant compare.
| Surface | What |
|---|---|
sidepanel | All your AIs in one Chrome panel. Hot-swap, compare, fork. |
⌘+K compare mode | Send the same prompt to N agents. See answers next to each other. |
mcp bridge | MultiAiPanel doubles as an MCP server for downstream agents. |
public skills | Drop into Claude/Codex/OpenClaw. Spawn the gang on demand. |
[!IMPORTANT] Local-first by default. No silent telemetry. No cloud round-trip. Your data stays on your machine until you explicitly ship it somewhere.
git clone https://github.com/xiaojiou176-open/multi-ai-panel.git
cd MultiAiPanel
# follow the per-stack quickstart in INSTALL.md or docs/
Three commands. No curl | sh. No login. Read what you run.
Install break? Open your favorite agent and say "Read AGENTS.md and bootstrap MultiAiPanel for me." Agent fix own brain. Long version: docs/.
The repo is seven layers — exactly the seven commits in git log. New work goes in as small named PRs. No 50-file mystery commits.
| Layer | What |
|---|---|
chore: scaffold | License, governance, hygiene gates, CI scaffolding. |
feat(core) | The primary engine. The reason MultiAiPanel exists. |
feat(modules) | Packages, adapters, services, plugins. The second floor. |
feat(contracts) | Schemas, configs, public boundaries. Other code talks here. |
test: | Receipts. Everything in this layer must run. |
feat(ops) | Scripts, infra, CI helpers, build glue. |
docs: | Public docs surface. The pretty face. |
git log reads like a building floor plan. Look once, know the whole shape.
MultiAiPanel lives in the *Me family: three personal tools. command-style names, stupid-simple jobs.
| Repo | What |
|---|---|
| BeamMe | beam your agent config to any planet |
| BrewMe | wake up, news already brewed |
| MultiAiPanel (you here) | five AIs in one sidebar |
Cross-family taste: BeamMe · BrewMe · OpenVibeCoding · proofyard.
If MultiAiPanel saves you a click, an hour, or a headache — star costs zero. Fair trade. ⭐
MIT — small print, big freedom.
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use