Quick Start
The fastest way to get started is to install the Playbooks CLI, then use its MCP setup helpers.
Installation
Terminal
npm install -g @playbooks/cliConnect A Client
Choose the MCP client you want to use:
Terminal
playbooks mcp claude
playbooks mcp cursor
playbooks mcp codex
playbooks mcp vscodeThese helpers add @playbooks/mcp to the matching client config for you.
Authenticate
Once the client is connected, make sure your Playbooks session is ready:
Terminal
playbooks login
playbooks pingIf playbooks ping returns a success response, your MCP client should be ready to use in a fresh chat.