Back to MCP Servers
🔌

QuackbackIO/quackback

AGPL-3.0

📇 ☁️ - 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

TypeScriptSearch

Install

npx -y quackback

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "quackbackio-quackback": {
      "command": "npx",
      "args": [
        "-y",
        "quackback"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.