streamable-httpMITupdated 7mo ago
Create smarter surveys with AI-moderated interviews and intelligent follow-up probing ā directly from your AI assistant.
What can you do with create survey?
AI-Moderated Interviews & Surveys via MCP
Create smarter surveys with AI-moderated interviews and intelligent follow-up probing ā directly from your AI assistant.
Why Feedbk MCP?
Feedbk MCP brings AI interview/survey creation directly into your workflow:
- ā Natural language interview design ā just describe what you need
- ā Automatic question type detection and configuration
- ā Built-in AI probing for deeper insights
- ā Create and share interview links with participants instantly
Local vs Remote: Choose Your Workflow
| Feature | Local Install | Remote (mcp.feedbk.ai) |
|---|---|---|
| Create interview guides | ā | ā |
| Export guides | ā | ā |
| Auto-deploy to feedbk.ai | ā | ā |
| Get shareable interview links | ā | ā |
Installation
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:
- Name:
Feedbk - URL:
https://mcp.feedbk.ai/mcp
Requires ChatGPT Pro, Team, Enterprise, or Edu subscription
- Go to Settings ā Connectors
- Enable Developer Mode under Advanced settings
- Click Create and enter:
- Name:
Feedbk - Server URL:
https://mcp.feedbk.ai/mcp
- Name:
- In a new chat, click + ā More ā Developer Mode and enable Feedbk
gemini mcp add feedbk --url https://mcp.feedbk.ai/mcp
codex mcp add feedbk --url https://mcp.feedbk.ai/mcp
Usage
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:
- Interview Name ā What are you calling this survey?
- Purpose ā Why are you conducting this? (one sentence)
- Questions ā What do you want to ask?
Question Types
AI Probing
Feedbk's AI interviewer automatically asks intelligent follow-up questions based on responses ā no manual configuration needed.
Single-Choice
"What is your preferred method of communication?"
Options: Email / Phone / Text / Video Call
Multiple-Choice
"Which features do you use? (Select all)"
Options: Dashboard / Reports / Analytics / Integrations
Open-Ended Text
"What's your biggest challenge with our product?"
Response: Free text
Rating (Likert Scale)
"How satisfied are you with our service?"
Scale: 1 (Very Dissatisfied) ā 5 (Very Satisfied)
Connect with Us
License
MIT
Install
Add create survey to your client. Pick the one you use.
claude mcp add --transport http create-survey https://mcp.feedbk.ai/mcpcodex mcp add create-survey --url https://mcp.feedbk.ai/mcp{
"mcpServers": {
"create-survey": {
"url": "https://mcp.feedbk.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"create-survey": {
"type": "http",
"url": "https://mcp.feedbk.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"create-survey": {
"url": "https://mcp.feedbk.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"create-survey": {
"serverUrl": "https://mcp.feedbk.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance9/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 213 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Feb 27, 2026 |