Feedbk AI MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/feedbk-ai/feedbk-mcp-server
cd feedbk-mcp-server

Then follow the repository README for any remaining dependency or build steps before continuing.

2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add feedbk-ai -- node "<FULL_PATH_TO_FEEDBK_MCP_SERVER>/dist/index.js"

Replace <FULL_PATH_TO_FEEDBK_MCP_SERVER>/dist/index.js with the actual folder you prepared in step 1.

README.md

Create smarter surveys with AI-moderated interviews and intelligent probing

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 Code
claude mcp add --transport http feedbk https://mcp.feedbk.ai/mcp
VS Code

Add to your VS Code MCP settings:

"mcp": {
  "servers": {
    "feedbk": {
      "type": "http",
      "url": "https://mcp.feedbk.ai/mcp"
    }
  }
}
Claude Desktop

Navigate to SettingsConnectorsAdd Custom Connector, then enter:

  • Name: Feedbk
  • URL: https://mcp.feedbk.ai/mcp
OpenAI ChatGPT

Requires ChatGPT Pro, Team, Enterprise, or Edu subscription

  1. Go to SettingsConnectors
  2. Enable Developer Mode under Advanced settings
  3. Click Create and enter:
    • Name: Feedbk
    • Server URL: https://mcp.feedbk.ai/mcp
  4. In a new chat, click +MoreDeveloper Mode and enable Feedbk
Google Gemini CLI
gemini mcp add feedbk --url https://mcp.feedbk.ai/mcp
OpenAI Codex CLI
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:

  1. Interview Name — What are you calling this survey?
  2. Purpose — Why are you conducting this? (one sentence)
  3. 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

Tools (1)

create_interviewInitiates the creation of an AI-moderated interview or survey guide.

Configuration

claude_desktop_config.json
{"mcp": {"servers": {"feedbk": {"type": "http", "url": "https://mcp.feedbk.ai/mcp"}}}}

Try it

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

Frequently Asked Questions

What are the key features of Feedbk AI?

Natural language interview design. Automatic question type detection and configuration. Built-in AI probing for deeper insights. Instant creation of shareable interview links. Support for single-choice, multiple-choice, open-ended, and Likert scale questions.

What can I use Feedbk AI for?

Conducting remote user research to identify product pain points. Gathering employee feedback on internal company policies. Creating customer satisfaction surveys for mobile applications. Designing structured interview guides for subscription cancellation analysis.

How do I install Feedbk AI?

Install Feedbk AI by running: claude mcp add --transport http feedbk https://mcp.feedbk.ai/mcp

What MCP clients work with Feedbk AI?

Feedbk AI works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Feedbk AI docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare