# create-survey [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/feedbk-ai/feedbk-mcp-server  
**GitHub Stars:** 2  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/create-survey

## Description
Create AI surveys with dynamic follow-up probing directly from your AI assistant.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "create-survey": {
    "url": "https://feedbk.ai"
  }
}
```

## Documentation & README

<a href="https://feedbk.ai"><img src="https://raw.githubusercontent.com/feedbk-ai/feedbk-mcp-server/HEAD/logo-one-line.png" alt="feedbk.ai logo" width="300"></a>

# AI-Moderated Interviews & Surveys via MCP

[![Website](https://img.shields.io/badge/Website-feedbk.ai-blue)](https://feedbk.ai) [![Docs](https://img.shields.io/badge/Docs-blog-green)](https://feedbk.ai/en/blog/) [![MIT License](https://img.shields.io/badge/license-MIT-green)](https://github.com/feedbk-ai/feedbk-skill-mcp/blob/main/LICENSE) [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue)](https://pypi.org/project/feedbk-skill-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

<details open>
<summary><b>Claude Code</b></summary>

```sh
claude mcp add --transport http feedbk https://mcp.feedbk.ai/mcp
```

</details>

<details>
<summary><b>VS Code</b></summary>

Add to your VS Code MCP settings:

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

</details>

<details>
<summary><b>Claude Desktop</b></summary>

Navigate to **Settings** → **Connectors** → **Add Custom Connector**, then enter:
- **Name**: `Feedbk`
- **URL**: `https://mcp.feedbk.ai/mcp`

</details>

<details>
<summary><b>OpenAI ChatGPT</b></summary>

> Requires ChatGPT Pro, Team, Enterprise, or Edu subscription

1. Go to **Settings** → **Connectors**
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 **+** → **More** → **Developer Mode** and enable Feedbk

</details>

<details>
<summary><b>Google Gemini CLI</b></summary>

```sh
gemini mcp add feedbk --url https://mcp.feedbk.ai/mcp
```

</details>

<details>
<summary><b>OpenAI Codex CLI</b></summary>

```sh
codex mcp add feedbk --url https://mcp.feedbk.ai/mcp
```

</details>

---

## 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

- Website: [feedbk.ai](https://feedbk.ai)
- Documentation: [blog](https://feedbk.ai/en/blog/)

---

## License

MIT

