HomeOther › brainstorm-mcp

brainstorm-mcp

Multi-model AI brainstorming debates with code review and quick perspectives

TypeScript Local macOSWindowsLinux
★ 70 stars Last pushed 2026-09-19 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.4)

npx -y brainstorm-mcp@1.5.4

Or add to your MCP client config:

{
  "mcpServers": {
    "brainstorm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brainstorm-mcp@1.5.4"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "GEMINI_API_KEY": "<YOUR_VALUE>",
        "DEEPSEEK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI API key for GPT models (optional — not needed in hosted mode)
  • GEMINI_API_KEY secret — Google Gemini API key (optional)
  • DEEPSEEK_API_KEY secret — DeepSeek API key (optional)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry