# Statsig ChatGPT App

## How the Statsig ChatGPT app works

The ChatGPT App builds on the Statsig MCP server. After setup, you can query experiments, manage feature flags, and explore analytics directly within OpenAI's ChatGPT conversational interface.

## Installation

1. Navigate to the Statsig App in the ChatGPT Apps Directory [here](https://chatgpt.com/apps/statsig/asdk_app_6967f065ac9481918969c660ff7686e9).
2. Click "Connect" and "Continue" to complete OAuth for your Statsig project.
   {% callout type="note" %}
   ChatGPT App OAuth only supports Personal Console API Keys. Ensure your
   Statsig org owner has enabled Personal Console API Keys creation for your
   role in [organization settings](https://console.statsig.com/settings?tab=organization).
   {% /callout %}
   {% figure %}
   <img src="https://docs.statsig.com/images/integrations/mcp/statsig-chatgpt-app-listing.png" alt="Statsig listing in the ChatGPT Apps Directory" className="w-full rounded-lg border border-gray-200 dark:border-gray-800" />
   {% /figure %}

## Using Statsig MCP within ChatGPT

With Statsig MCP configured in ChatGPT, you can:

- **Explore Experiments**: "List all my active experiments"
- **Manage Gates**: "What gates are currently stale?"
- **Configure Dynamic Configs**: "Show me the configuration for the dynamic config 'dynamic-config'"
- **Get Insights**: "Show me details about the experiment called 'new-checkout-flow'"

## What you can do after installation

- List experiments, gates, and dynamic configs
- Create and update experiments, gates, and configs
- Access your Statsig data directly from ChatGPT

For available MCP capabilities, go to the [MCP capabilities](https://docs.statsig.com/integrations/mcp/overview#current-mcp-capabilities) section.
