loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

buildnext

MCP Tool

katrinalaszlo/buildnext

Point it at your customer interviews. Get back the themes you'd find in two weeks.

Install

$ npx loaditout add katrinalaszlo/buildnext

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "buildnext": {
      "command": "npx",
      "args": [
        "-y",
        "buildnext"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

buildnext

Synthesize customer feedback into actionable product themes. CLI + MCP server.

Point buildnext at your interview transcripts, Canny board, Slack channels, or Airtable tables. It uses an LLM to find cross-cutting themes, cite exact quotes as evidence, and suggest what to build next.

Install
npm install -g buildnext
Quick Start
# Create a config file
buildnext init

# Set your API key
export ANTHROPIC_API_KEY=sk-ant-...

# Put interview transcripts in ./feedback/
# Run synthesis
buildnext run
What It Does
  1. Ingests customer data from multiple sources (files, Canny, Slack, Airtable, Gong)
  2. Synthesizes themes across all feedback using an LLM
  3. Outputs a themed report with exact quotes, urgency ratings, and suggested actions

The output is markdown. Pipe it, save it, or read it in your terminal.

Data Sources

| Source | What it pulls | Auth | |--------|-------------|------| | Files | .md, .txt, .docx from a directory | None | | Canny | Feature requests, votes, comments | API key | | Slack | Messages from specific channels | Bot token | | Airtable | Records from any table | Personal access token | | Gong | Call transcripts | Access key + secret |

Configuration

Create .buildnextrc.json in your project root:

{
  "llm": {
    "provider": "anthropic",
    "model": "claude-sonnet-4-20250514"
  },
  "sources": {
    "files": {
      "directory": "./feedback",
      "extensions": [".md", ".txt", ".docx"]
    },
    "canny": {
      "apiKey": "your-key",
      "boardIds": ["board-id"],
      "since": "2025-01-01"
    },
    "slack": {
      "botToken": "xoxb-your-token",
      "channels": ["C0123FEEDBACK"],
      "since": "2025-01-01"
    },
    "airtable": {
      "apiKey": "pat...",
      "baseId": "appXXX",
      "tableId": "tblXXX",
      "contentFieldId": "fldXXX",
      "titleFieldId": "fldXXX",
      "dateFieldId": "fldXXX"
    }
  },
  "output": {
    "maxThemes": 

Tags

aiclicustomer-feedbackmcpopen-sourceproduct-managementuser-research

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/katrinalaszlo/buildnext)](https://loaditout.ai/skills/katrinalaszlo/buildnext)