This server connects Claude to Feedbk's AI interview platform, letting you design and deploy surveys through natural conversation. It exposes tools to create interview guides with multiple question types (single choice, multiple choice, Likert scales, open-ended text) and automatically configures AI follow-up probing based on participant responses. The remote transport version deploys directly to feedbk.ai and returns shareable interview links, while local installations just generate guides for export. Reach for this when you need to spin up user research interviews, customer feedback surveys, or employee questionnaires without leaving your chat window. The AI probing feature means respondents get contextual follow-ups automatically, which is handy for qualitative research where you'd normally need a human interviewer.
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