← Index

io.github.cyanheads/survey-mcp-server

io.github.cyanheads/survey-mcp-server·v1.0.6·Other
Quality Score
73
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "survey-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/survey-mcp-server"
      ],
      "env": {
        "MCP_LOG_LEVEL": "info",
        "SURVEY_DEFINITIONS_PATH": "./surveys",
        "SURVEY_RESPONSES_PATH": "./storage/responses",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "survey-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/survey-mcp-server"
      ],
      "env": {
        "MCP_LOG_LEVEL": "info",
        "SURVEY_DEFINITIONS_PATH": "./surveys",
        "SURVEY_RESPONSES_PATH": "./storage/responses",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cyanheads/survey-mcp-server
§02  Environment variables
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.

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.

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other