Brainstormrouter
Rank #1,244io.github.justinjilg/brainstormrouter
MCP server providing brainstormrouter capabilities
Brainstormrouter is a Model Context Protocol (MCP) server published by justinjilg. It ranks #1,244 of 132,046 servers tracked on MCP Toplist, and its repository has 1,256 GitHub stars. Brainstormrouter is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 4, 2026.
Ranks ahead of 130,802 of 132,046 servers on MCP Toplist.
Use Brainstormrouter
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http brainstormrouter https://api.brainstormrouter.com/v1/mcp/connectclaude mcp add brainstormrouter -e "BRAINSTORMROUTER_API_KEY=<your BRAINSTORMROUTER_API_KEY>" -- npx -y @brainstormrouter/mcpReplace each placeholder with your own value before saving.
[mcp_servers.brainstormrouter]
url = "https://api.brainstormrouter.com/v1/mcp/connect"Add to ~/.codex/config.toml.
[mcp_servers.brainstormrouter]
command = "npx"
args = ["-y", "@brainstormrouter/mcp"]
[mcp_servers.brainstormrouter.env]
BRAINSTORMROUTER_API_KEY = "<your BRAINSTORMROUTER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.brainstormrouter.com/v1/mcp/connectSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"brainstormrouter": {
"command": "npx",
"args": [
"-y",
"@brainstormrouter/mcp"
],
"env": {
"BRAINSTORMROUTER_API_KEY": "<your BRAINSTORMROUTER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstormrouter": {
"url": "https://api.brainstormrouter.com/v1/mcp/connect"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"brainstormrouter": {
"command": "npx",
"args": [
"-y",
"@brainstormrouter/mcp"
],
"env": {
"BRAINSTORMROUTER_API_KEY": "<your BRAINSTORMROUTER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"brainstormrouter": {
"type": "http",
"url": "https://api.brainstormrouter.com/v1/mcp/connect"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"brainstormrouter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@brainstormrouter/mcp"
],
"env": {
"BRAINSTORMROUTER_API_KEY": "<your BRAINSTORMROUTER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstormrouter": {
"serverUrl": "https://api.brainstormrouter.com/v1/mcp/connect"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"brainstormrouter": {
"command": "npx",
"args": [
"-y",
"@brainstormrouter/mcp"
],
"env": {
"BRAINSTORMROUTER_API_KEY": "<your BRAINSTORMROUTER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"brainstormrouter": {
"url": "https://api.brainstormrouter.com/v1/mcp/connect"
}
}
}{
"mcpServers": {
"brainstormrouter": {
"command": "npx",
"args": [
"-y",
"@brainstormrouter/mcp"
],
"env": {
"BRAINSTORMROUTER_API_KEY": "<your BRAINSTORMROUTER_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.justinjilg%2Fbrainstormrouter)<a href="https://mcptoplist.com/server/io.github.justinjilg%2Fbrainstormrouter"><img src="https://mcptoplist.com/badge/io.github.justinjilg%2Fbrainstormrouter.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
justinjilg
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Brainstormrouter?
- Brainstormrouter is maintained by justinjilg, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Brainstormrouter listed on the Official MCP Registry?
- Yes — Brainstormrouter is listed on the Official MCP Registry.
- How many versions does Brainstormrouter have?
- MCP Toplist tracks 2 versions of Brainstormrouter, most recently published on Mar 4, 2026.
- Where can I find the source code for Brainstormrouter?
- The source code for Brainstormrouter is hosted at github.com/justinjilg/brainstormrouter.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.