install-shellby-mcp

A setup guide for installing and checking Shellby MCP on a Mac. Shellby MCP connects an agent to computer actions through the Model Context Protocol.

In plain words
What is it for?
It guides inspection, installation, configuration, and verification of Shellby MCP using Terminal, while explaining when the user must interact with macOS or a browser.
Why use it?
It helps avoid incomplete installations, unsafe handling of secrets, incorrect macOS permissions, and accidental disruption of other background processes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/serbyte-development/shellby-mcp/install-shellby-mcp
Any agent
npx skills add serbyte-development/shellby-mcp --skill install-shellby-mcp
Clone the repo
git clone --depth 1 https://github.com/serbyte-development/shellby-mcp

Made for: Claude Code, Codex.

Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,095 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00047 $0.02095
Opus 5 $0.00023 $0.01047
Sonnet 5 $0.00009 $0.00419
Haiku 4.5 $0.00005 $0.00210

Measured 3d ago against content hash baab4f2ba515, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

install-shellby-mcp scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsS http://127.0.0.1:3333/healthz
skills/install-shellby-mcp/SKILL.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Install Shellby MCP

Install Shellby MCP collaboratively with the human.

Boundaries

  • Inspect current machine and repository state before changing anything. Resume partial installs instead of blindly repeating setup.
  • Never ask the user to paste an ngrok authtoken, ChatGPT credential, or other secret into chat. Have them enter secrets directly in their own Terminal or browser.
  • Give the human concise instructions whenever macOS, Chrome, ChatGPT, or another GUI requires interaction.
  • Do not run npm start, npm run restart, npm run status, npm run logs, npm run stop, or a direct pm2 command before the human establishes the PM2 daemon from Terminal.app. A PM2 command may create the daemon under the wrong macOS permission source.
  • Never kill an existing PM2 daemon until you know what it manages and the human explicitly agrees to disrupt those processes. pm2 kill affects the whole user-level PM2 daemon, not only Shellby.
  • Treat Computer Use permission status observed from the agent's own host process as non-authoritative for Terminal.app. macOS TCC permissions follow the responsible launching process.

1. Inspect the machine

Confirm:

  • macOS on Apple Silicon or Intel;
  • Node.js 22.13.0 or newer;
  • npm and git are available;
  • ngrok is installed;
  • this repository is present and writable.

If the repository is not already checked out, clone https://github.com/Serbyte-Development/shellby-mcp.git and enter it.

Install missing prerequisites when safe. Prefer the repository's documented ngrok installation command when Homebrew is available:

brew install --cask ngrok

Do not silently replace the user's Node installation strategy or package manager. If Node is missing or too old and there is no obvious existing version manager, tell the human what is required and let them choose how Node should be installed. Never chat $PATH without explicit approval.

2. Install repository dependencies

From the repository root:

npm ci

Read the full file on GitHub · 195 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 195 lines · 47 tokens per session scan A baab4f2ba515

Subscribe to this mod's changes

install-shellby-mcp is a skill published in the GitHub repository serbyte-development/shellby-mcp (10 stars, last pushed 6d ago), licensed MIT. It adds 47 tokens to every session and 2,095 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

codexless-release-supervisor

Prepare, validate, and publish Codexless preview/hotfix releases from the canonical household source, including acceptance anti-omission gates, candidate provenance/parity, manifest/build identity, native Windows/macOS fresh-install acceptance from clean public source, safe Git integration, GitHub prerelease…

liyana31811/Codexless · 87 tokens

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

codex-with-chatgpt

Use ChatGPT (web) as the planning and review brain for Codex coding sessions, while Codex keeps full execution ownership. Use when the user says "使用 Codex with ChatGPT ..." / "Set up Codex with ChatGPT" / "用 ChatGPT 规划", when they ask to connect ChatGPT to the current workspace, disconnect it, or run a task through…

XiaoDuoYa/codex-with-chatgpt · 90 tokens

add-widget

Add a new widget (React UI + MCP tool) to this template. Use when asked to "add a widget", "add a new tool with UI", "create a new widget", "scaffold a widget", or "build a new MCP App feature".

pomerium/mcp-app-typescript-template · 56 tokens

create-mcp-tool

Add a plain (text-only) or UI-enhanced MCP tool to this template's server. Use when asked to "add a tool", "add an MCP tool", "create a new tool", "add a server-side tool without a widget", "add a tool with a UI", "add a tool with a widget", or "create a tool and a widget".

pomerium/mcp-app-typescript-template · 80 tokens

threebrowser-studio-mcp

Author, inspect, render, validate, animate, and save Three.js WebGPU projects in the native ThreeBrowser Studio through its real threestudio MCP tools. Use whenever Codex is asked to build or edit a ThreeBrowser Studio scene, material, Blender-style shader or texture graph, animation, lighting setup, camera, or…

SamG-Coder/ThreeBrowserStudio · 122 tokens