> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pnbr.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect the Shapes MCP

> Add the Shapes Workbench MCP to the agent where you create, inspect, and update Shapes.

Connect the remote MCP and the `shape_workbench_*` tools appear in the agent's
session.

```text theme={null}
https://shapes.pnbr.io/mcp
```

Follow the [client-specific connection steps](/getting-started/connect-agent)
for Codex, Claude Code, Claude.ai, Google Antigravity, or Cursor. Use the server
name `shapes` and the URL above, then complete browser sign-in.

## Verify access

Ask the agent:

> Check Shapes Workbench access and tell me which projects and authoring
> operations are available. Do not open or change a draft.

<Accordion title="Tool trace">
  ```text theme={null}
  shape_workbench_access_status
  ```
</Accordion>

The response should report the authenticated scope and available capabilities.
Tool discovery should show the `shape_workbench_*` surface.

<Card title="Create a shape" icon="pen-ruler" href="/shapes/create-shape">
  Start with a domain brief and a concrete example.
</Card>
