Skip to main content
Customer Data PlatformsTypeScript

QuackbackIO/quackback

Open-source customer feedback platform with built-in MCP server. Agents can search feedback, triage posts, update statuses, create and comment on posts, vote, manage roadmaps, merge duplicates, and publish changelogs.

customer-data-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuackbackIO/quackback

Claude Desktop configuration example:

{
  "mcpServers": {
    "quackback": {
      "command": "npx",
      "args": [
        "-y",
        "QuackbackIO/quackback"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Customer Data Platforms
Language
TypeScript
Author
QuackbackIO