Brainstorm MCP

Ask one model a design question and you get one confident answer, with no signal about which parts it is unsure of. Ask three and the disagreement is the signal. Its 7 documented tools cluster into brainstorm, read & search, create & write. It runs locally over stdio via the published package.

People who work with ai debate, brainstorming and deepseek and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-08 · ★ 70 · #24 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Brainstorm MCP

before you install - you'll need

Set OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY before connecting.

Claude Code

claude mcp add spranab-brainstorm-mcp -- npx -y brainstorm-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "spranab-brainstorm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brainstorm-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package brainstorm-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.spranab is GitHub-verified and matches the repo owner

03 · What Brainstorm MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools across brainstorm, read & search, create & write, including brainstorm, brainstorm_quick, brainstorm_review, brainstorm_respond.

Capability map

Tools grouped from the project's README - what Brainstorm MCP lets an agent do.

Brainstorm

5 tools - e.g. Multi-round debate between AI models (API or hosted mode); Instant multi-model perspectives - parallel, no rounds; Multi-model code review with findings, severity, verdict

brainstorm · brainstorm_quick · brainstorm_review · brainstorm_respond · brainstorm_collect

read & search

1 tool - e.g. Show configured providers, API key status, and detected CLIs

list_providers

create & write

1 tool - e.g. Add a new API or CLI provider at runtime

add_provider

Latest releases

v1.7.0 · 2026-09-07

GPT-6 support. · OpenAI's GPT-6 ships under the model id gpt-6-astra (there is no plain gpt-6). It takes the same request shape as gpt-5.x: max_completion_tokens, default temperature only. brainstorm gated that shape…

v1.6.0 · 2026-08-14

CLI providers - debate on a subscription instead of API credits. · A third transport alongside API and hosted mode. brainstorm can now shell out to agent CLIs · installed on your machine, so debates run on a plan you…

v1.5.7 · 2026-04-27

Bumps DEFAULT_TIMEOUT_MS from 120,000ms to 300,000ms. gpt-5.x reasoning models (gpt-5.4, gpt-5.5, etc.) run beyond 120s on rich prompts; the 2-minute default was hitting timeouts on real-world brainstorm topics. No…

04 · Who maintains Brainstorm MCP

brainstorm-mcp is maintained by spranab. We track 2 MCP servers from spranab - 2 actively maintained, 107 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from spranab.

  1. saga-mcp Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard ★ 37

05 · Facts

category
AI & ML - ranked #24 of 106 actively-maintained AI & ML servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-07)
registry
io.github.spranab/brainstorm-mcp (active, first published 2026-03-27)
packages
npm:brainstorm-mcp

06 · Brainstorm MCP FAQ

Is Brainstorm MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-08 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Brainstorm MCP do?

An agent gets 7 documented tools across brainstorm, read & search, create & write, including brainstorm, brainstorm_quick, brainstorm_review, brainstorm_respond.

How do I install Brainstorm MCP?

Run `npx -y brainstorm-mcp`. The README documents 3 environment variables (OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY) to set first. Set OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY before connecting. You can also paste the ready-made client config above.

Does Brainstorm MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Brainstorm MCP

More AI & ML MCP servers · Repo2graph · Koma Core MCP · Koma Gate MCP · Librarian · Agentic Research

More TypeScript MCP servers · Saga MCP · Timebook · Squirrelscan · Diffgate · Mobile Device MCP · see all