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
By QuackbackIO
Installation
npx -y quackbackConfiguration
{
"mcpServers": {
"quackback": {
"command": "npx",
"args": ["-y", "quackback"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes