mcpbeat Sign in

Reaper Daemon MCP Server

by wretcher207 Your server? Claim it
local only

Reaper Daemon runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

REAPER MCP server: let Claude read your session, set FX, write automation and measure mix moves.

Installs / week
not published
7
Stars
0 open issues
16 Sep 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call analyze_track.track → reaper_mcp.py:1119, analyze_track.track → reaper_mcp.py:1112, analyze_track.track → reaperd.py:1379
        proc = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            subprocess.run(["taskkill", "/F", "/T", "/PID", str(pid)],
                    path = os.path.join(proj_dir, path)
Dumps the whole environment console_sidecar.py:1058, reaper_mcp.py:1117
    env = dict(os.environ if base is None else base)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to Reaper Daemon

same job, measured the same way
Warm
by jasonstockman

Context and automation MCP server for Warm financial data and approved write operations.

104 installs/wk local only
OPC-UA MCP Server
by mwieczorkiewicz

Read, write, browse, search, and subscribe to live data on an OPC-UA industrial automation server.

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Web Task
by rich-jojo

Browser tasks, sessions, and recipes for MCP and HTTP automation.

82 installs/wk local only
Web Task
by jojo-labs

Browser tasks, sessions, and recipes for MCP and HTTP automation.

local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
MCP Coda
by vish288

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

264 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only

Reaper Daemon — questions

Answers built from our own checks of this server.

Why is there no uptime for Reaper Daemon?
Reaper Daemon runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Reaper Daemon open source?
Yes — it is published under the MIT licence, written in Python and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.