mcpbeat Sign in

Survey MCP Server

local only

Survey MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 16 Oct 2025.

MCP server for conducting dynamic, conversational surveys with structured data collection.

Installs per day peak 23 · avg 10 · +69% w/w
a month agotoday
74
Installs / week
npm · @cyanheads/survey-mcp-server
4
Stars
1 open issues
16 Oct 2025
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Survey MCP Server 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 survey-mcp-server -- npx -y @cyanheads/survey-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "survey-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/survey-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.survey-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/survey-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "survey-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/survey-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "survey-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/survey-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').), SURVEY_DEFINITIONS_PATH (Path to the directory containing survey definition files.), SURVEY_RESPONSES_PATH (Path to the directory where survey responses are stored.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Survey MCP Server

same job, measured the same way
Anki MCP
by arielbk

MCP server for integrating with Anki flashcards through conversational AI

63 installs/wk local only
Patient Services
by takident

MCP server exposing structured data and tools for Taki Dent Patient Services (takident.com).

12 tools answering
Plots MCP
by mr901

MCP server for data visualization with Mermaid charts.

124 installs/wk local only
MCP Plots
by mr901

MCP server for data visualization with Mermaid charts.

local only
Ckan MCP Server
by aborruso

MCP server for interacting with CKAN open data portals

415 installs/wk local only
Gramps Web MCP
by scormave

MCP server for structured access to Gramps Web genealogy data

local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
Airweave Search
by airweave-ai

MCP server for searching Airweave collections with natural language queries.

1 035 installs/wk answering

Survey MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Survey MCP Server?
Survey MCP Server 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 @cyanheads/survey-mcp-server was installed 74 times last week.
How do I connect Survey MCP Server?
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 @cyanheads/survey-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Survey MCP Server?
The npm package @cyanheads/survey-mcp-server was installed 74 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Survey MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.