Featureflip for Claude Desktop
io.github.canopy-labs/featureflip
Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.
client:Claude Desktop
transport:stdio
runtime:npm
Install Featureflip in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<FEATUREFLIP_ORG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs