McpMux
Back to Registry

LaunchDarkly (npx) MCP Server

Community

Contributed by LaunchDarkly

Manage LaunchDarkly feature flags, environments, and projects. Create, toggle, and configure feature flags with targeting rules.

About the LaunchDarkly (npx) MCP Server

The LaunchDarkly (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage LaunchDarkly feature flags, environments, and projects. Create, toggle, and configure feature flags with targeting rules. This is a community-contributed MCP server by LaunchDarkly.

Install the LaunchDarkly (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@launchdarkly/mcp-server",
    "mcp",
    "start",
    "--api-key",
    "${input:LD_ACCESS_TOKEN}"
  ],
  "metadata": {
    "inputs": [
      {
        "id": "LD_ACCESS_TOKEN",
        "label": "LaunchDarkly Access Token",
        "description": "LaunchDarkly API access token with appropriate permissions.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.launchdarkly.com/settings/authorization",
          "instructions": "1. Go to app.launchdarkly.com > Account settings > Authorization\n2. Click '+ Create token'\n3. Name your token and select the desired permissions\n4. Click 'Save token' and copy it",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

launchdarklyfeature-flagstogglesexperimentationrollouts

Supported AI Clients

The LaunchDarkly (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install LaunchDarkly (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.