Install the Penbox plugin
Two commands for Claude Code. One URL for claude.ai. A zip for Codex.
What you get
The MCP server
The server lives athttps://connect.penbox.io/mcp. It speaks business vocabulary: case, case template, form, form template. Every tool runs as the signed-in user, with that user’s rights and nothing more.
start_case_step is the only tool that sends something for real: an email, an SMS or a form goes out to the contact. Every other write stays inside Penbox.
The skills
A plugin adds five skills on top of the server. A skill is a short playbook the agent loads when the task matches. It teaches the order of operations, not the tools. See Skills.Two ways to sign in
- As a user. The default. The agent opens your browser once. You sign in to Penbox and approve. The agent then acts as you. What you cannot do in Penbox, it cannot do either.
- With a workspace API token. For a server-side agent with no human at the keyboard. Create the token in your workspace settings and use it as the bearer on
https://connect.penbox.io/mcp. The agent is then scoped to that workspace.
Where it runs
Next
Install
Every install path, and prompts to start with.
Skills
What each skill does and when it triggers.
Security
Rights, data, and what the agent can never do.