survey mcp server for Grok
io.github.cyanheads/survey-mcp-server
MCP server for conducting dynamic, conversational surveys with structured data collection.
client:Grok
transport:stdio
runtime:npm
Install survey mcp server in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs