npx claudepluginhub alexey-max-fedorov/signal-mcp --plugin signal-mcpAdd to your .mcp.json:
{
"mcpServers": {
"signal-mcp": {
"command": "uv",
"args": [
"run",
"--quiet",
"--script",
"${CLAUDE_PLUGIN_ROOT}/mcp/signal-mcp/server.py"
],
"env": {
"SIGNAL_ACCOUNT": "${SIGNAL_ACCOUNT}",
"SIGNAL_CLI_BIN": "${SIGNAL_CLI_BIN}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvSIGNAL_ACCOUNT=${SIGNAL_ACCOUNT}SIGNAL_CLI_BIN=${SIGNAL_CLI_BIN}