mcpbeat Sign in

Human Survey MCP Server

by sunsiyuan Your server? Claim it
local only

Human Survey runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 1 Aug 2026.

Self-reported attribution: which channel and which creator your users first heard you from.

Installs per day peak 410 · avg 34 · +1538% w/w
a month agotoday
97
Installs / week
npm · humansurvey-mcp
1
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command apps/web/app/sitemap.ts:12
    const iso = execSync(
Page executes code built at runtime apps/web/public/embed-test.html:667
        modalBody.innerHTML = ''
        const iframe = document.createElement('iframe')

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: HUMANSURVEY_API_KEY (Your HumanSurvey API key (starts with hs_sk_). Get one at https://www.humansurvey.co). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Human Survey

same job, measured the same way
Unwritten
by byggarepop

Catches files and C# members you forgot to change, learned from your repo's git history

local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
Jarvis
by phuongddx

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

373 installs/wk local only
Codeintel
by phuongddx

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

36 installs/wk local only
Jarvis
by jarvis-intelligence

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

local only
Sniff
by aboudjem

QA + a11y scanner: walks your running app's real user flows and reports what's broken.

local only

Human Survey — questions

Answers built from our own checks of this server.

Why is there no uptime for Human Survey?
Human Survey 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 humansurvey-mcp was installed 97 times last week.
How do I connect Human Survey?
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 humansurvey-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Human Survey?
The npm package humansurvey-mcp was installed 97 times in the last week. Week over week that is +1538%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Human Survey 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.