Overview
If your tool doesn’t have a specific setup guide, you can manually configure the Statsig MCP server. This guide covers the general configuration steps that work with any MCP-compatible client.Prerequisites
- A Statsig account (sign up at console.statsig.com)
- An MCP-compatible tool or client
- Access to your tool’s configuration files
Configuration
Add the following configuration to your MCP client’s configuration file:Using API Key instead of OAuth
Using API Key instead of OAuth
While we recommend setting up Statsig MCP via OAuth, you can also authenticate with your Console API key. Add the below configuration to your MCP client’s configuration file:Replace
console-YOUR-CONSOLE-API-KEY with your actual Statsig Console API key, which you can retrieve here. Ensure your API key has the right permissions — read-only keys can view data, while write keys can make changes to your project!Authentication via OAuth
Statsig MCP uses OAuth for authentication. When you first use the MCP server:- Your tool will prompt you to authenticate
- You’ll be redirected to Statsig’s OAuth page
- Sign in and authorize the MCP server
- The authentication token will be stored automatically
Verification
After adding the configuration:- Restart your tool to apply the changes
- Check your tool’s MCP server list to verify Statsig appears
- Try using a Statsig MCP command to test the connection
Testing the Connection
You can test the connection by asking your tool to:- List experiments: “Get list of experiments”
- List gates: “Get list of gates”
- Get details: “Get details for experiment [experiment-id]“
Next Steps
- Learn about MCP capabilities
- Explore use cases for Statsig MCP
- Check tool-specific guides: Cursor, Claude Code, Codex CLI