Install CrazyCodeCat, log in to your AI accounts, and query ChatGPT, Claude, DeepSeek, Kimi and more — all at once, all for free.
Ask one question, get answers from ChatGPT, Claude, DeepSeek, Kimi, and more side by side. Compare and contrast.
Describe what you want in plain language. AI writes the userscript and injects it into any page automatically.
Upload TXT, DOCX, or PDF files. Text is extracted automatically and sent to AI alongside your prompt.
Send to all AI at once for comparison, or round-robin to avoid rate limits. You choose.
Ask_multiai MCP tool connects Claude Code and Codex CLI to create a free multi-AI pipeline. Install the extension + MCP Server for zero-cost concurrent AI queries.
All data stays on your device. No telemetry, no tracking, no external servers. Your data, your control.
Extension + Website + MCP Server — three parts, one workflow.
安装扩展后和网站配合使用,体验完整的 AI 工作流。
浏览脚本、上传文件、查看社区排行。AI Lab 可上传 TXT/DOCX/PDF 文件,直接发送到你的扩展,由 Multi AI 处理。
侧边栏 AI 对话、实时注入脚本、调试 DOM。Multi AI 页面一次提问同步获得 ChatGPT、Claude、DeepSeek 等多个 AI 的回答。
安装后回到本站即可自动连接。
git clone https://github.com/.../CrazyCodeCatchrome://extensions → 开启开发者模式CrazyCodeCat/ 目录CrazyCodeCat 提供 MCP Server 工具 crazycodecat-mcp,让 Claude Code 和 Codex CLI 通过 ask_multiai 工具调用 Multi AI 问答。安装扩展 + 启动 MCP Server 即可使用。
npx crazycodecat-mcp.mcp.json 配置 "command": "npx", "args": ["crazycodecat-mcp"]疯码猫,帮我问一下... 或 ccc,问个问题Claude Code → MCP Server (stdio) → WebSocket → 扩展 background.js → multiai 页面
回复沿原路返回:multiai → background → WebSocket → MCP Server → Claude Code
这个仓库包含三个独立模块:
| crazycodecatweb/ | 网站首页 + AI Lab 在线功能 |
| CrazyCodeCat/ | Chrome 扩展(MV3),侧边栏 + multiai |
| crazycodecatmcpserver/ | MCP Server(npm 包: crazycodecat-mcp) |