loading…
Search for a command to run...
loading…
MCP server for creating AI-moderated interviews and surveys, deployable with shareable links
MCP server for creating AI-moderated interviews and surveys, deployable with shareable links
Website Docs MIT License Python 3.10+
Create smarter surveys with AI-moderated interviews and intelligent follow-up probing — directly from your AI assistant.
Feedbk MCP brings AI interview/survey creation directly into your workflow:
| Feature | Local Install | Remote (mcp.feedbk.ai) |
|---|---|---|
| Create interview guides | ✅ | ✅ |
| Export guides | ✅ | ✅ |
| Auto-deploy to feedbk.ai | ❌ | ✅ |
| Get shareable interview links | ❌ | ✅ |
claude mcp add --transport http feedbk https://mcp.feedbk.ai/mcp
Add to your VS Code MCP settings:
"mcp": {
"servers": {
"feedbk": {
"type": "http",
"url": "https://mcp.feedbk.ai/mcp"
}
}
}
Navigate to Settings → Connectors → Add Custom Connector, then enter:
Feedbkhttps://mcp.feedbk.ai/mcpRequires ChatGPT Pro, Team, Enterprise, or Edu subscription
Feedbkhttps://mcp.feedbk.ai/mcpgemini mcp add feedbk --url https://mcp.feedbk.ai/mcp
codex mcp add feedbk --url https://mcp.feedbk.ai/mcp
Just ask your AI assistant to create an interview:
Create a customer satisfaction survey about our mobile app
Build a user research interview to understand why users cancel their subscriptions
Design an employee feedback survey about remote work preferences
The skill will guide you through:
Feedbk's AI interviewer automatically asks intelligent follow-up questions based on responses — no manual configuration needed.
"What is your preferred method of communication?"
Options: Email / Phone / Text / Video Call
"Which features do you use? (Select all)"
Options: Dashboard / Reports / Analytics / Integrations
"What's your biggest challenge with our product?"
Response: Free text
"How satisfied are you with our service?"
Scale: 1 (Very Dissatisfied) → 5 (Very Satisfied)
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ai-survey-creator-mcp-server": {
"command": "npx",
"args": []
}
}
}