survey mcp server for Cursor
io.github.cyanheads/survey-mcp-server
MCP server for conducting dynamic, conversational surveys with structured data collection.
client:Cursor
transport:stdio
runtime:npm
Install survey mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"survey-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"env": {
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>",
"SURVEY_DEFINITIONS_PATH": "<SURVEY_DEFINITIONS_PATH>",
"SURVEY_RESPONSES_PATH": "<SURVEY_RESPONSES_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs