Featureflip
Rank #11,875io.github.canopy-labs/featureflip
Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.
Featureflip is a Model Context Protocol (MCP) server published by canopy-labs. It ranks #11,875 of 132,046 servers tracked on MCP Toplist. Featureflip is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 120,171 of 132,046 servers on MCP Toplist.
Use Featureflip
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add featureflip -e "FEATUREFLIP_TOKEN=<your FEATUREFLIP_TOKEN>" -e "FEATUREFLIP_API_URL=<your FEATUREFLIP_API_URL>" -e "FEATUREFLIP_ORG=<your FEATUREFLIP_ORG>" -- npx -y @featureflip/mcpReplace each placeholder with your own value before saving.
[mcp_servers.featureflip]
command = "npx"
args = ["-y", "@featureflip/mcp"]
[mcp_servers.featureflip.env]
FEATUREFLIP_TOKEN = "<your FEATUREFLIP_TOKEN>"
FEATUREFLIP_API_URL = "<your FEATUREFLIP_API_URL>"
FEATUREFLIP_ORG = "<your FEATUREFLIP_ORG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<your FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<your FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<your FEATUREFLIP_ORG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<your FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<your FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<your FEATUREFLIP_ORG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"featureflip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<your FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<your FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<your FEATUREFLIP_ORG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<your FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<your FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<your FEATUREFLIP_ORG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"featureflip": {
"command": "npx",
"args": [
"-y",
"@featureflip/mcp"
],
"env": {
"FEATUREFLIP_TOKEN": "<your FEATUREFLIP_TOKEN>",
"FEATUREFLIP_API_URL": "<your FEATUREFLIP_API_URL>",
"FEATUREFLIP_ORG": "<your FEATUREFLIP_ORG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.canopy-labs%2Ffeatureflip)<a href="https://mcptoplist.com/server/io.github.canopy-labs%2Ffeatureflip"><img src="https://mcptoplist.com/badge/io.github.canopy-labs%2Ffeatureflip.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
canopy-labs
Available versions (5)
| Version | Published |
|---|---|
| 0.1.7 | Sep 18, 2026 |
| 0.1.6 | Sep 16, 2026 |
| 0.1.5 | Sep 16, 2026 |
| 0.1.4 | Aug 28, 2026 |
| 0.1.3 | Aug 28, 2026 |
Frequently asked questions
- Who maintains Featureflip?
- Featureflip is maintained by canopy-labs, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Featureflip listed on the Official MCP Registry?
- Yes — Featureflip is listed on the Official MCP Registry, alongside Glama.
- How many versions does Featureflip have?
- MCP Toplist tracks 5 versions of Featureflip, most recently published on Sep 18, 2026.
- Where can I find the source code for Featureflip?
- The source code for Featureflip is hosted at github.com/canopy-labs/featureflip-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.