Loading MCP server directory, please wait...
MCP server for conducting dynamic, conversational surveys with structured data collection.
npx @getmcp/cli add io.github.cyanheads/survey-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/survey-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/survey-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"SURVEY_DEFINITIONS_PATH": "./surveys",
"SURVEY_RESPONSES_PATH": "./storage/responses"
}
}
}
}