mcpbeat Sign in

Brainstorm MCP Server

local only

Brainstorm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from npm. Last commit 8 Sep 2026.

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

Installs per day peak 25 · avg 11 · -37% w/w
a month agotoday
111
Installs / week
npm · brainstorm-mcp
70
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli.ts:337
    const child = spawn(spec.command, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brainstorm-mcp -- npx -y brainstorm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brainstorm-mcp": {
      "args": [
        "-y",
        "brainstorm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brainstorm-mcp]
command = "npx"
args = ["-y", "brainstorm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brainstorm-mcp": {
      "args": [
        "-y",
        "brainstorm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brainstorm-mcp": {
      "args": [
        "-y",
        "brainstorm-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (OpenAI API key for GPT models (optional — not needed in hosted mode)), GEMINI_API_KEY (Google Gemini API key (optional)), DEEPSEEK_API_KEY (DeepSeek API key (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brainstorm MCP

same job, measured the same way
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only
Deeprepo
by abhishek2432001

Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search.

local only
I
Review MCP
by hectorguerilla

Multi-model code review: a panel of models + detectors return a pass/fail verdict. Paid via x402.

1 tools answering
Amicus
by bourbondog

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

968 installs/wk local only
modelmux
by pure-maple

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

244 installs/wk local only
Structura
by structura

Design domain models and generate deterministic multi-stack code, driven by your coding agent.

answering
Rami Code Review
by rami

AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor

answering

Brainstorm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Brainstorm MCP?
Brainstorm MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brainstorm-mcp was installed 111 times last week.
How do I connect Brainstorm MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brainstorm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Brainstorm MCP?
The npm package brainstorm-mcp was installed 111 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brainstorm MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 70 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.