Skip to content
Claude Desktop

Splera for Claude Desktop

io.github.sohaibt/splera

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

client:Claude Desktop transport:stdio runtime:npm

Install Splera in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "splera": {
      "command": "npx",
      "args": [
        "-y",
        "splera-mcp"
      ],
      "env": {
        "SPLERA_API_KEY": "<SPLERA_API_KEY>",
        "SPLERA_API_URL": "<SPLERA_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Splera in other clients