LaunchDarkly MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LaunchDarkly MCP ServerList my feature flags in the production environment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LaunchDarkly MCP Server
An MCP (Model Context Protocol) server that lets AI assistants (Claude, Cursor, etc.) manage LaunchDarkly feature flags via natural language.
Quick Start
Prerequisites
Python 3.10+
A LaunchDarkly API access token (create one here)
Install & Run
# Install from PyPI
pip install launchdarkly-mcp-server
# Set your API key
export LD_API_KEY="your-api-key-here"
# Run the server
launchdarkly-mcpOr use uvx (no install needed):
export LD_API_KEY="your-api-key-here"
uvx launchdarkly-mcp-serverClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"launchdarkly": {
"command": "uvx",
"args": ["launchdarkly-mcp-server"],
"env": {
"LD_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop and look for the hammer icon — your LaunchDarkly tools are ready.
Related MCP server: Flipt MCP Server
Available Tools
Phase 1 — Read-only
Tool | Description |
| List all projects in the account |
| List feature flags for a project (filterable by env, limit, offset) |
| Get detailed flag config including targeting rules |
| List environments for a project |
| Search audit log with LD filter syntax or convenience params |
| Check if a flag is on/off in a specific environment |
Phase 2 — Write operations
Tool | Description |
| Turn a flag on/off in a specific environment |
| Add or remove users/contexts from targeting |
| Create a new feature flag skeleton |
| Check flag dependencies |
Examples
Ask Claude:
"What projects do I have in LaunchDarkly?"
"List my feature flags in the production environment"
"Turn on the
new-checkoutflag in staging"
"Who made changes to the
dark-modeflag in the last week?"
"Add user
alice@example.comto the beta flag targeting"
Development
git clone https://github.com/your-org/launchdarkly-mcp-server
cd launchdarkly-mcp-server
uv venv
uv pip install -e ".[dev]"Run tests:
uv run pytestArchitecture
AI Assistant ── MCP (stdio) ──► launchdarkly-mcp-server ── HTTPS ──► LaunchDarkly APIBuilt with fastmcp (Python).
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that allows AI assistants to programmatically manage Unleash feature flags through natural language, enabling operations like creating, updating, and retrieving feature flags across projects.593ISC

Flipt MCP Serverofficial
AlicenseCqualityAmaintenanceFlipt’s MCP server allows AI assistants and LLMs to directly interact with your feature flags, segments, and evaluations through a standardized interface. For example, you could ask your AI assistant: “What’s the current state of the ‘dark-mode’ flag?”28245Apache 2.0
@shipeasy/mcpofficial
Alicense-qualityAmaintenanceA unified MCP server for experimentation and i18n, enabling AI assistants to manage feature flags, experiments, metrics, events, and string translations via natural language.677MIT- FlicenseBqualityDmaintenanceMCP server for Loggy that enables AI coding assistants to manage heartbeats, status pages, uptime monitors, feature flags, and logs via natural language.15
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/helper1234286/launchdarkly-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server