Survey MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 16 Oct 2025.
MCP server for conducting dynamic, conversational surveys with structured data collection.
Today is the operative word: we check Survey MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add survey-mcp-server -- npx -y @cyanheads/survey-mcp-server
{
"mcpServers": {
"survey-mcp-server": {
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.survey-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/survey-mcp-server"]
{
"mcpServers": {
"survey-mcp-server": {
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"survey-mcp-server": {
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for integrating with Anki flashcards through conversational AI
MCP server exposing structured data and tools for Taki Dent Patient Services (takident.com).
MCP server for data visualization with Mermaid charts.
MCP server for data visualization with Mermaid charts.
MCP server for interacting with CKAN open data portals
MCP server for structured access to Gramps Web genealogy data
MCP server for interacting with Oracle databases
MCP server for searching Airweave collections with natural language queries.
Answers built from our own checks of this server.