
Brainstorm MCP
Supports UIby spranab
Orchestrate multi-model AI debates and code reviews to get high-confidence verdicts through synthesis.
What it does
Facilitates structured brainstorming and debating between multiple LLMs (GPT, Gemini, DeepSeek, Claude, etc.). It prevents 'single-model bias' by forcing different AIs to argue, critique, and refine ideas across multiple rounds, ending with a synthesized verdict.
Tools
brainstorm: Runs a multi-round debate between selected models.brainstorm_quick: Gets instant parallel perspectives from multiple models.brainstorm_review: Conducts multi-model code reviews with severity ratings and a final verdict.list_providers: Checks current API key status and configured model providers.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"brainstorm": {
"command": "npx",
"args": ["-y", "brainstorm-mcp"],
"env": {
"OPENAI_API_KEY": "your-key",
"DEEPSEEK_API_KEY": "your-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
npx -y brainstorm-mcpInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






