> ## Documentation Index
> Fetch the complete documentation index at: https://docs.buildbetter.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Get BuildBetter MCP running in your AI assistant in 2 minutes

# BuildBetter MCP Server - Quick Start

<Info>
  **Time needed:** 2 minutes
  **Prerequisites:** A BuildBetter account and a supported AI client
</Info>

## Get Started

The BuildBetter MCP server uses OAuth, so you just sign in with your BuildBetter account — no API keys or local tooling required.

<Tabs>
  <Tab title="Claude Desktop">
    <Steps>
      <Step title="Open Settings">
        In Claude Desktop, go to **Settings > Connectors** and click **Add Custom Connector**.
      </Step>

      <Step title="Add BuildBetter Connector">
        Enter a name (e.g., "BuildBetter") and paste the following URL:

        ```
        https://mcp.buildbetter.app
        ```

        Then click **Add**.
      </Step>

      <Step title="Sign In">
        When you first use a BuildBetter tool, you'll be prompted to sign in with your BuildBetter account via OAuth.
      </Step>

      <Step title="Test It!">
        Ask Claude:

        > "Can you show me my most recent customer calls from BuildBetter?"

        <Check>
          If configured correctly, Claude will have access to your BuildBetter data and can answer questions about your calls, customers, and insights.
        </Check>
      </Step>
    </Steps>
  </Tab>

  <Tab title="Claude Code">
    <Steps>
      <Step title="Add the Server">
        Run this command in your terminal:

        ```bash theme={null}
        claude mcp add buildbetter --transport http https://mcp.buildbetter.app
        ```
      </Step>

      <Step title="Sign In">
        The next time Claude Code uses a BuildBetter tool, you'll be prompted to authenticate via OAuth in your browser.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Cursor">
    <Steps>
      <Step title="Open MCP Settings">
        Go to **Cursor Settings > MCP** and click **Add new MCP server**.
      </Step>

      <Step title="Add BuildBetter Server">
        Configure with:

        * **Type:** HTTP
        * **URL:** `https://mcp.buildbetter.app`
      </Step>

      <Step title="Sign In">
        When you first use a BuildBetter tool, you'll be prompted to sign in with your BuildBetter account.
      </Step>
    </Steps>
  </Tab>

  <Tab title="ChatGPT">
    <Steps>
      <Step title="Add MCP Server">
        In ChatGPT, navigate to the MCP server settings and add:

        ```
        https://mcp.buildbetter.app
        ```
      </Step>

      <Step title="Sign In">
        You'll be redirected to sign in with your BuildBetter account via OAuth.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Example Queries

<AccordionGroup>
  <Accordion title="Recent Issues" icon="triangle-exclamation">
    > "Find all customer issues from the last week"

    This will search for all extractions marked as issues in your recent calls.
  </Accordion>

  <Accordion title="Customer Insights" icon="lightbulb">
    > "What are customers saying about our product?"

    Get a summary of recent customer feedback and sentiment.
  </Accordion>

  <Accordion title="Feature Requests" icon="sparkles">
    > "List recent feature requests"

    Find all feature requests mentioned in customer conversations.
  </Accordion>

  <Accordion title="Sentiment Analysis" icon="face-frown">
    > "Show negative feedback from the last 30 days"

    Identify calls with negative sentiment to address customer concerns.
  </Accordion>
</AccordionGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Full Documentation" icon="book" href="/pages/MCP/complete-guide">
    Detailed setup instructions, use cases, and troubleshooting
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:support@buildbetter.ai">
    Contact our team for technical assistance
  </Card>
</CardGroup>

***

<Note>
  **That's it!** You're ready to use BuildBetter data in your AI assistant. For more advanced usage, check out our [Complete Guide](/pages/MCP/complete-guide) or [Tool Reference](/pages/MCP/tool-reference).
</Note>
