Brainstorm MCP
Rank #4,125io.github.spranab/brainstorm-mcp
MCP server providing brainstorm-mcp capabilities
Brainstorm MCP is a Model Context Protocol (MCP) server published by spranab. It ranks #4,125 of 115,460 servers tracked on MCP Toplist, and its repository has 68 GitHub stars. Brainstorm MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Mar 27, 2026.
Ranks ahead of 111,335 of 115,460 servers on MCP Toplist.
Use Brainstorm MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add brainstorm-mcp -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "DEEPSEEK_API_KEY=<your DEEPSEEK_API_KEY>" -- npx -y brainstorm-mcpReplace each placeholder with your own value before saving.
[mcp_servers.brainstorm-mcp]
command = "npx"
args = ["-y", "brainstorm-mcp"]
[mcp_servers.brainstorm-mcp.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
DEEPSEEK_API_KEY = "<your DEEPSEEK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstorm-mcp": {
"command": "npx",
"args": [
"-y",
"brainstorm-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstorm-mcp": {
"command": "npx",
"args": [
"-y",
"brainstorm-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"brainstorm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brainstorm-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstorm-mcp": {
"command": "npx",
"args": [
"-y",
"brainstorm-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstorm-mcp": {
"command": "npx",
"args": [
"-y",
"brainstorm-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.spranab%2Fbrainstorm-mcp)<a href="https://mcptoplist.com/server/io.github.spranab%2Fbrainstorm-mcp"><img src="https://mcptoplist.com/badge/io.github.spranab%2Fbrainstorm-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
spranab
Other servers by spranab
View all spranab servers →Available versions (2)
| Version | Published |
|---|---|
| 1.5.4 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Brainstorm MCP?
- Brainstorm MCP is maintained by spranab, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Brainstorm MCP listed on the Official MCP Registry?
- Yes — Brainstorm MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Brainstorm MCP have?
- MCP Toplist tracks 2 versions of Brainstorm MCP, most recently published on Mar 27, 2026.
- Where can I find the source code for Brainstorm MCP?
- The source code for Brainstorm MCP is hosted at github.com/spranab/brainstorm-mcp.