Back to Browse

Survey MCP Server

Developer ToolsModerate5.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.7
Moderate5.7Moderate Risk

Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies (0 critical, 4 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').Optional

Environment variable: MCP_LOG_LEVEL

Path to the directory containing survey definition files.Optional

Environment variable: SURVEY_DEFINITIONS_PATH

Path to the directory where survey responses are stored.Optional

Environment variable: SURVEY_RESPONSES_PATH

The hostname for the HTTP server.Optional

Environment variable: MCP_HTTP_HOST

The port to run the HTTP server on.Optional

Environment variable: MCP_HTTP_PORT

The endpoint path for the MCP server.Optional

Environment variable: MCP_HTTP_ENDPOINT_PATH

Authentication mode to use: 'none', 'jwt', or 'oauth'.Optional

Environment variable: MCP_AUTH_MODE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-cyanheads-survey-mcp-server": {
      "env": {
        "MCP_AUTH_MODE": "your-mcp-auth-mode-here",
        "MCP_HTTP_HOST": "your-mcp-http-host-here",
        "MCP_HTTP_PORT": "your-mcp-http-port-here",
        "MCP_LOG_LEVEL": "your-mcp-log-level-here",
        "MCP_HTTP_ENDPOINT_PATH": "your-mcp-http-endpoint-path-here"
      },
      "args": [
        "-y",
        "@cyanheads/survey-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!