mcpbeat Sign in
I

Super Trouper MCP Server

by crissyfield Your server? Claim it
local only

Super Trouper runs on your own machine — the client starts it, so there is no endpoint to ping.

MCP server for the Frida reverse engineering toolkit.

Installs / week
npm · @crissyfield/super-trouper
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Super Trouper every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add super-trouper -- npx -y @crissyfield/super-trouper
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "super-trouper": {
      "args": [
        "-y",
        "@crissyfield/super-trouper"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.super-trouper]
command = "npx"
args = ["-y", "@crissyfield/super-trouper"]
.cursor/mcp.json
{
  "mcpServers": {
    "super-trouper": {
      "args": [
        "-y",
        "@crissyfield/super-trouper"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "super-trouper": {
      "args": [
        "-y",
        "@crissyfield/super-trouper"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Super Trouper

same job, measured the same way
Rogue Binary MCP
by kirkderp

Rust MCP server for binary analysis and reverse engineering.

local only
X64dbg
by bromoket

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

203 installs/wk local only
JS Reverse MCP
by yuanhuakk

MCP server for JavaScript reverse engineering and browser debugging.

53 installs/wk local only
JS Reverse MCP
by yuanhuakk

MCP server for JavaScript reverse engineering and browser debugging.

local only
MCP Reverse Engineering
by daedalus

A sandboxed MCP tool for reverse engineering with multiple tool integrations

88 installs/wk local only
MCP Reverse Engineering
by daedalus

A sandboxed MCP tool for reverse engineering with multiple tool integrations

88 installs/wk local only
Llmse
by llmse

Public MCP server for the LLM Search Engine

10 tools answering
Reversecore MCP
by sjkim1127

Security-first MCP server for reverse engineering, malware analysis, forensics, and SAST.

87 installs/wk local only

Super Trouper — questions

Answers built from our own checks of this server.

Why is there no uptime for Super Trouper?
Super Trouper runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @crissyfield/super-trouper.
How do I connect Super Trouper?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @crissyfield/super-trouper straight from npm; nothing to host, nothing to sign up for.