mcpbeat Sign in

Hivemind MCP Server

by quantulabs Your server? Claim it
local only

Hivemind runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 26 Jan 2026.

Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses.

Installs per day peak 17 · avg 8 · +212% w/w
a month agotoday
44
Installs / week
npm · @quantulabs/hivemind
1
Stars
0 open issues
26 Jan 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hivemind every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 hivemind -- npx -y @quantulabs/hivemind
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hivemind": {
      "args": [
        "-y",
        "@quantulabs/hivemind"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hivemind]
command = "npx"
args = ["-y", "@quantulabs/hivemind"]
.cursor/mcp.json
{
  "mcpServers": {
    "hivemind": {
      "args": [
        "-y",
        "@quantulabs/hivemind"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hivemind": {
      "args": [
        "-y",
        "@quantulabs/hivemind"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (OpenAI API key for GPT-5.2), GOOGLE_API_KEY (Google AI API key for Gemini). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hivemind

same job, measured the same way
Styx MCP Server
by timmx7

MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.

30 installs/wk local only
MCP Google Forms
by kamarusama

19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses.

85 installs/wk local only
Google Forms MCP
by a1-x-tech

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

139 installs/wk local only
Google Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

112 installs/wk local only
Gemini
by houtini-ai

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

482 installs/wk local only
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering
MCP Imagenate
by mimo-3

MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)

644 installs/wk local only
Ask Antigravity
by lykhoyda

Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions

574 installs/wk local only

Hivemind — questions

Answers built from our own checks of this server.

Why is there no uptime for Hivemind?
Hivemind 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 @quantulabs/hivemind was installed 44 times last week.
How do I connect Hivemind?
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 @quantulabs/hivemind straight from npm; nothing to host, nothing to sign up for.
How many people use Hivemind?
The npm package @quantulabs/hivemind was installed 44 times in the last week. Week over week that is +212%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hivemind open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.