LaunchDarkly MCP
Freeby MCP Community
The official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for [LaunchDarkly](https://launchdarkly.com/).
v0.6.1Added Apr 12, 2026
feature-flagsfeature-toggleslaunchdarklymcpmodelcontextprotocol
@launchdarkly/mcp-server MCP Server
The official Model Context Protocol (MCP) server for LaunchDarkly.
Installation
npx -y @launchdarkly/mcp-server
Reviews
Installation
Quick install
npx -y @launchdarkly/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"launchdarkly-mcp": {
"command": "npx",
"args": ["-y", "@launchdarkly/mcp-server"]
}
}
}