[ MCP_NODE_3831 ]

launchdarkly

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Official LaunchDarkly MCP Server for feature flag management and experimentation. Enables AI agents to interact with LaunchDarkly APIs for managing feature flags, AI configs, targeting rules, and gradual rollouts across multiple environments.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "launchdarkly-en": {
            "description": "Official LaunchDarkly MCP Server for feature flag management and experimentation. Enables AI agents to interact with LaunchDarkly APIs for managing feature flags, AI configs, targeting rules, and gradual rollouts across multiple environments.",
            "command": "npx",
            "args": [
                "-y",
                "--package",
                "@launchdarkly/mcp-server",
                "--",
                "mcp",
                "start",
                "--api-key",
                "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.