Unleash MCP
Rank #2,638io.getunleash/unleash-mcp
MCP server for managing Unleash feature flags
Unleash MCP is a Model Context Protocol (MCP) server published by unleash. It ranks #2,638 of 132,046 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Unleash MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 14 tracked versions. It was first listed on Apr 9, 2025 and most recently updated on Jul 6, 2026.
Ranks ahead of 129,408 of 132,046 servers on MCP Toplist.
Use Unleash MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add unleash-mcp -e "UNLEASH_BASE_URL=<your UNLEASH_BASE_URL>" -e "UNLEASH_PAT=<your UNLEASH_PAT>" -e "UNLEASH_DEFAULT_PROJECT=<your UNLEASH_DEFAULT_PROJECT>" -- npx -y @unleash/mcpReplace each placeholder with your own value before saving.
[mcp_servers.unleash-mcp]
command = "npx"
args = ["-y", "@unleash/mcp"]
[mcp_servers.unleash-mcp.env]
UNLEASH_BASE_URL = "<your UNLEASH_BASE_URL>"
UNLEASH_PAT = "<your UNLEASH_PAT>"
UNLEASH_DEFAULT_PROJECT = "<your UNLEASH_DEFAULT_PROJECT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<your UNLEASH_BASE_URL>",
"UNLEASH_PAT": "<your UNLEASH_PAT>",
"UNLEASH_DEFAULT_PROJECT": "<your UNLEASH_DEFAULT_PROJECT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<your UNLEASH_BASE_URL>",
"UNLEASH_PAT": "<your UNLEASH_PAT>",
"UNLEASH_DEFAULT_PROJECT": "<your UNLEASH_DEFAULT_PROJECT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unleash-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<your UNLEASH_BASE_URL>",
"UNLEASH_PAT": "<your UNLEASH_PAT>",
"UNLEASH_DEFAULT_PROJECT": "<your UNLEASH_DEFAULT_PROJECT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<your UNLEASH_BASE_URL>",
"UNLEASH_PAT": "<your UNLEASH_PAT>",
"UNLEASH_DEFAULT_PROJECT": "<your UNLEASH_DEFAULT_PROJECT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unleash-mcp": {
"command": "npx",
"args": [
"-y",
"@unleash/mcp"
],
"env": {
"UNLEASH_BASE_URL": "<your UNLEASH_BASE_URL>",
"UNLEASH_PAT": "<your UNLEASH_PAT>",
"UNLEASH_DEFAULT_PROJECT": "<your UNLEASH_DEFAULT_PROJECT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.getunleash%2Funleash-mcp)<a href="https://mcptoplist.com/server/io.getunleash%2Funleash-mcp"><img src="https://mcptoplist.com/badge/io.getunleash%2Funleash-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
unleash
Available versions (14)
| Version | Published |
|---|---|
| 0.4.1 | Jul 6, 2026 |
| 0.4.0 | Jun 8, 2026 |
| 0.3.0 | May 26, 2026 |
| 0.3.0-beta.9 | May 11, 2026 |
| 0.3.0-beta.7 | Apr 17, 2026 |
| 0.3.0-beta.4 | Apr 9, 2026 |
| 0.3.0-beta.3 | Apr 9, 2026 |
| 0.3.0-beta.2 | Mar 9, 2026 |
| 0.3.0-beta.1 | Feb 26, 2026 |
| 0.3.0-beta.0 | Feb 10, 2026 |
| 0.2.9 | Jan 14, 2026 |
| 0.2.7 | Dec 17, 2025 |
| 0.1.1 | Nov 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unleash MCP?
- Unleash MCP is maintained by unleash, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Unleash MCP listed on the Official MCP Registry?
- Yes — Unleash MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Unleash MCP have?
- MCP Toplist tracks 14 versions of Unleash MCP, most recently published on Jul 6, 2026.
- Where can I find the source code for Unleash MCP?
- The source code for Unleash MCP is hosted at github.com/unleash/unleash-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.