Skip to content
Claude Desktop

octoperf for Claude Desktop

io.github.octoperf/octoperf

Drive OctoPerf load testing from any AI agent: import, edit, validate, run scenarios, read metrics.

client:Claude Desktop transport:streamable-http

Install octoperf in Claude Desktop

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

{
  "mcpServers": {
    "octoperf": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.octoperf.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

octoperf in other clients