onlyvictus-bit/ai-bank
Multi-AI Dashboard - Open 14+ AI services (ChatGPT, Claude, Gemini, DeepSeek, etc.) in one window. Broadcast prompts to all AIs, compare responses in real-time, export training data. Includes REST API and MCP server.
Platform-specific configuration:
{
"mcpServers": {
"ai-bank": {
"command": "npx",
"args": [
"-y",
"ai-bank"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Compare 14+ AI services side-by-side. One prompt, all AIs, real-time responses.
AI BANK is an Electron desktop app that lets you open multiple AI chat services (ChatGPT, Claude, Gemini, DeepSeek, Perplexity, and more) in a single window, broadcast a prompt to all of them at once, and compare their responses in real time. It also captures conversations for LLM fine-tuning data export.
Built by Sakthi Kuppan.
---
---
git clone https://github.com/onlyvictus-bit/ai-bank.git
cd ai-bank
npm install
npm run devnpm run build
npm run disLoading reviews...