mcpbeat Sign in

Featureflip MCP Server

by canopy-labs Your server? Claim it
local only

Featureflip runs on your own machine — the client starts it, so there is no endpoint to ping. 350 installs a week from npm. Last commit 16 Sep 2026.

Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.

Installs per day peak 315 · avg 34 · +631% w/w
a month agotoday
350
Installs / week
npm · @featureflip/mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Featureflip every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add featureflip -- npx -y @featureflip/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "featureflip": {
      "args": [
        "-y",
        "@featureflip/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.featureflip]
command = "npx"
args = ["-y", "@featureflip/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "featureflip": {
      "args": [
        "-y",
        "@featureflip/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "featureflip": {
      "args": [
        "-y",
        "@featureflip/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FEATUREFLIP_TOKEN (Featureflip API token. A personal token (ffp_) acts as you; a service token (ffs_) is a scoped machine identity for CI and agents.), FEATUREFLIP_API_URL (Management API base URL. Defaults to https://api.featureflip.io.), FEATUREFLIP_ORG (Organization slug. Only needed for a personal token that can reach more than one organization.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Featureflip

same job, measured the same way
Launchdarkly
by mcparmory

Manage feature flags, segments, projects, environments, and team members

238 installs/wk local only
Posthog
by mcparmory

Capture analytics events, evaluate feature flags, and manage projects

251 installs/wk local only
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

26 installs/wk local only
Feedback1
by feedback1

Collect feedback and manage the product roadmap from AI agents.

answering
Getpronto
by jaygould

Upload, transform, and manage images on Get Pronto from AI agents.

37 installs/wk local only
Fluf
by fluf

Manage a FLUF resale account from an AI agent: inventory, crosslisting and unified orders.

65 installs/wk local only
NovaRail
by farestrabs

Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor.

30 installs/wk 10 tools answering
Roadflow
by roadflow

Create and edit roadmaps with JSON or markup; share edit and view links from AI agents.

43 tools answering

Featureflip — questions

Answers built from our own checks of this server.

Why is there no uptime for Featureflip?
Featureflip runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @featureflip/mcp was installed 350 times last week.
How do I connect Featureflip?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @featureflip/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Featureflip?
The npm package @featureflip/mcp was installed 350 times in the last week. Week over week that is +631%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Featureflip open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.