LiveVariant
Rank #6,510io.github.livevariant/livevariant
Build, inspect and read adaptive A/B tests. Config travels in the URL; no account or API key needed.
LiveVariant is a Model Context Protocol (MCP) server published by livevariant. It ranks #6,510 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. LiveVariant is listed on Official MCP, with 4 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 125,536 of 132,046 servers on MCP Toplist.
Use LiveVariant
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http livevariant https://livevariant.com/mcpclaude mcp add livevariant -e "LIVEVARIANT_SERVER_URL=<your LIVEVARIANT_SERVER_URL>" -e "LIVEVARIANT_API_TOKEN=<your LIVEVARIANT_API_TOKEN>" -e "LIVEVARIANT_ASSET_UPLOAD_TOKEN=<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>" -- npx -y @livevariant/mcpReplace each placeholder with your own value before saving.
[mcp_servers.livevariant]
url = "https://livevariant.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.livevariant]
command = "npx"
args = ["-y", "@livevariant/mcp"]
[mcp_servers.livevariant.env]
LIVEVARIANT_SERVER_URL = "<your LIVEVARIANT_SERVER_URL>"
LIVEVARIANT_API_TOKEN = "<your LIVEVARIANT_API_TOKEN>"
LIVEVARIANT_ASSET_UPLOAD_TOKEN = "<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://livevariant.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"livevariant": {
"command": "npx",
"args": [
"-y",
"@livevariant/mcp"
],
"env": {
"LIVEVARIANT_SERVER_URL": "<your LIVEVARIANT_SERVER_URL>",
"LIVEVARIANT_API_TOKEN": "<your LIVEVARIANT_API_TOKEN>",
"LIVEVARIANT_ASSET_UPLOAD_TOKEN": "<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"livevariant": {
"url": "https://livevariant.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"livevariant": {
"command": "npx",
"args": [
"-y",
"@livevariant/mcp"
],
"env": {
"LIVEVARIANT_SERVER_URL": "<your LIVEVARIANT_SERVER_URL>",
"LIVEVARIANT_API_TOKEN": "<your LIVEVARIANT_API_TOKEN>",
"LIVEVARIANT_ASSET_UPLOAD_TOKEN": "<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"livevariant": {
"type": "http",
"url": "https://livevariant.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"livevariant": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@livevariant/mcp"
],
"env": {
"LIVEVARIANT_SERVER_URL": "<your LIVEVARIANT_SERVER_URL>",
"LIVEVARIANT_API_TOKEN": "<your LIVEVARIANT_API_TOKEN>",
"LIVEVARIANT_ASSET_UPLOAD_TOKEN": "<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"livevariant": {
"serverUrl": "https://livevariant.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"livevariant": {
"command": "npx",
"args": [
"-y",
"@livevariant/mcp"
],
"env": {
"LIVEVARIANT_SERVER_URL": "<your LIVEVARIANT_SERVER_URL>",
"LIVEVARIANT_API_TOKEN": "<your LIVEVARIANT_API_TOKEN>",
"LIVEVARIANT_ASSET_UPLOAD_TOKEN": "<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"livevariant": {
"url": "https://livevariant.com/mcp"
}
}
}{
"mcpServers": {
"livevariant": {
"command": "npx",
"args": [
"-y",
"@livevariant/mcp"
],
"env": {
"LIVEVARIANT_SERVER_URL": "<your LIVEVARIANT_SERVER_URL>",
"LIVEVARIANT_API_TOKEN": "<your LIVEVARIANT_API_TOKEN>",
"LIVEVARIANT_ASSET_UPLOAD_TOKEN": "<your LIVEVARIANT_ASSET_UPLOAD_TOKEN>"
}
}
}
}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.github.livevariant%2Flivevariant)<a href="https://mcptoplist.com/server/io.github.livevariant%2Flivevariant"><img src="https://mcptoplist.com/badge/io.github.livevariant%2Flivevariant.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
livevariant
Available versions (4)
| Version | Published |
|---|---|
| 0.1.5 | Aug 27, 2026 |
| 0.1.3 | Aug 26, 2026 |
| 0.1.2 | Aug 26, 2026 |
| 0.1.1 | Aug 24, 2026 |
Frequently asked questions
- Who maintains LiveVariant?
- LiveVariant is maintained by livevariant, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is LiveVariant listed on the Official MCP Registry?
- Yes — LiveVariant is listed on the Official MCP Registry.
- How many versions does LiveVariant have?
- MCP Toplist tracks 4 versions of LiveVariant, most recently published on Aug 27, 2026.
- Where can I find the source code for LiveVariant?
- The source code for LiveVariant is hosted at github.com/livevariant/livevariant.
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.