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 connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 67 · #22 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

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.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…

v1.5.6 · 2026-04-27

Fix · Drop temperature field for gpt-5.x reasoning models. · The useNewTokenParam branch already correctly used max_completion_tokens for these models, but it still passed temperature: 0.7 which all gpt-5.x reasoning…

04 · Who maintains Brainstorm MCP

brainstorm-mcp is maintained by spranab. We track 2 MCP servers from spranab - 2 actively maintained, 100 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 ★ 33

05 · Facts

category
AI & ML - ranked #22 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-14)
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-08-25, its last commit was 2026-08-18 and it shipped 1 release 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 · Koma Core MCP · Koma Gate MCP · Glassbox Framework · Terradev · Lacuna Research MCP

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