LaunchDarkly MCP Server
Integrate your AI workflows with LaunchDarkly for automated feature flag management and environment orchestration using the official MCP Server.

What does “LaunchDarkly” MCP Server do?
The LaunchDarkly MCP (Model Context Protocol) Server is an official implementation that connects AI assistants and agents with LaunchDarkly’s feature management platform via the Model Context Protocol. This server acts as a bridge, enabling AI tools to interact programmatically with LaunchDarkly’s external data sources, APIs, and services. By integrating with the LaunchDarkly MCP Server, developers and AI systems can perform automated tasks such as querying feature flag statuses, managing environments, and orchestrating feature rollouts. This enhances development workflows by facilitating seamless access to LaunchDarkly’s capabilities directly from AI-powered tools, allowing for streamlined collaboration, rapid experimentation, and improved deployment safety.
List of Prompts
No prompt templates were mentioned in the available documentation or repository files.
List of Resources
No explicit resources were listed in the available documentation or repository files.
List of Tools
No specific tools were enumerated in the available documentation or repository files, including the server implementation.
Use Cases of this MCP Server
- Feature Flag Management
AI assistants can interact with LaunchDarkly’s API to automate the creation, modification, and status checks of feature flags, improving efficiency and reducing manual errors. - Environment Configuration
Developers can use the MCP server to switch, manage, or audit different environments through AI queries, simplifying environment management tasks. - Automated Rollouts and Experimentation
The server enables orchestrating feature rollouts and experiments, allowing AI agents to analyze results and make recommendations or changes programmatically. - Monitoring and Compliance
Integrate with monitoring tools to ensure feature flag usage adheres to compliance requirements, with AI agents proactively surfacing configuration or usage issues. - Collaboration and Workflow Automation
Teams can automate repetitive LaunchDarkly tasks directly from their AI clients, supporting faster iterations and reducing context switching.
How to set it up
Windsurf
No Windsurf-specific setup instructions found in the documentation.
Claude
- Obtain your LaunchDarkly API key from the LaunchDarkly Authorization page.
- Open your
claude_desktop_config.json
file. - Add the following to your
mcpServers
object:{ "mcpServers": { "LaunchDarkly": { "command": "npx", "args": [ "-y", "--package", "@launchdarkly/mcp-server", "--", "mcp", "start", "--api-key", "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ] } } }
- Save the file.
- Restart Claude and verify the MCP server is connected.
Securing API Keys:
Use environment variables for sensitive data:
{
"mcpServers": {
"LaunchDarkly": {
"env": {
"LD_API_KEY": "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"inputs": {
"api-key": "${LD_API_KEY}"
}
}
}
}
Cursor
- Obtain your LaunchDarkly API key.
- Create a
.cursor/mcp.json
file in your project root. - Add the following:
{ "mcpServers": { "LaunchDarkly": { "command": "npx", "args": [ "-y", "--package", "@launchdarkly/mcp-server", "--", "mcp", "start", "--api-key", "api-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ] } } }
- Save the file.
- Restart Cursor and verify the MCP server is connected.
Securing API Keys:
Use environment variables as above.
Cline
No Cline-specific setup instructions found in the documentation.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"LaunchDarkly": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “LaunchDarkly” to whatever the actual name of your MCP server instance is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Clear description in README.md |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ⛔ | No tool details found in documentation or code files |
Securing API Keys | ✅ | Example provided in setup instructions |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, the LaunchDarkly MCP Server provides a solid overview and setup instructions but lacks documentation or examples for prompts, resources, and tools. Thus, while it is easy to install, it is currently less developer-friendly for advanced MCP use cases.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 2 |
Number of Stars | 5 |
Score:
Based on the documentation, setup clarity, and presence of a license, but lack of resource/tool/prompt details, I would rate this MCP server a 4/10 for out-of-the-box developer experience and advanced MCP features.
Frequently asked questions
- What is the LaunchDarkly MCP Server?
The LaunchDarkly MCP Server is an official implementation that connects AI assistants and agents with LaunchDarkly’s feature management platform using the Model Context Protocol. It enables automated interaction with feature flags, environments, and rollouts directly from AI-powered tools.
- What can I automate with the LaunchDarkly MCP Server?
You can automate feature flag creation, updates, and status checks; manage and audit environments; orchestrate feature rollouts and experiments; integrate with compliance monitoring; and streamline workflow automation for development teams.
- How do I secure my API keys when configuring the server?
Always use environment variables to store sensitive API keys. Both Claude and Cursor configurations support injecting API keys securely via environment variables to avoid hardcoding secrets.
- Does the MCP Server include prompt templates or tool resources?
No prompt templates or specific tool resources are included in the current documentation or repository files for this MCP Server.
- How can I use the LaunchDarkly MCP Server in FlowHunt?
Add the MCP component to your FlowHunt flow, configure it with the MCP server details, and connect it to your AI agent. This enables your agent to interact with LaunchDarkly capabilities directly inside your automated workflows.
Integrate LaunchDarkly with Your AI Tools
Automate feature flag operations, manage environments, and orchestrate rollouts directly from AI-powered workflows using the LaunchDarkly MCP Server.