Back to MCP Servers

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

Installation

npx -y quackback

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub