shape_workbench_* tools become available in your session.
Endpoint
Authentication
The Workbench MCP accepts two kinds of credentials. Use whichever your client supports.API key
Pass your Penumbra API key as a bearer token. It is the samepnbr- key the
SDK uses, which makes it the simplest path and
the right one for headless setups (CI, scripts).
OAuth
Clients that support remote-MCP OAuth can connect with no key in their config. The server advertises its OAuth metadata, the client opens a browser consent flow, and the resulting token authorizes the session (the server requests theshapes.write scope so the draft-editing tools work). Use this for interactive
desktop clients that prefer a login over a stored key.
Add it to your client
- Claude Code
- Cursor / JSON
- Codex
Verify
List the tools to confirm the connection and your key:shape_workbench_* tools appear in your client. Continue to
Authoring.