Quick Start
Prerequisites
Section titled “Prerequisites”- macOS or Linux
- Claude Code CLI installed and logged in
- claude.ai Pro or Max subscription
- Slack workspace with admin access
Install the plugin
Section titled “Install the plugin”In your Claude Code terminal:
/plugin marketplace add es-ua/y0mcp/plugin install slack@y0mcpThis will:
- Add the y0mcp marketplace to Claude Code
- Install the Slack channel plugin with all dependencies
- Set up automatic token refresh
Create your first agent
Section titled “Create your first agent”bash scripts/new-agent.shYou’ll be prompted for:
- Agent name — e.g.,
my-project - Slack channel ID — starts with
C, find it in channel details - Slack channel name — human-readable name
- Project path — where your code lives
- Dozzle URL — optional, for container logs
Add Slack tokens
Section titled “Add Slack tokens”Edit the generated env file:
nano agents/my-project.envAdd your SLACK_BOT_TOKEN and SLACK_APP_TOKEN. See Setup Slack App for how to get them.
Start the agent
Section titled “Start the agent”macOS:
launchctl load ~/Library/LaunchAgents/dev.y0mcp.my-project.plistLinux:
systemctl --user enable --now y0mcp-my-projectPair with Slack
Section titled “Pair with Slack”- Send any message in the Slack channel
- The bot will respond with a pairing code
- Enter the code in your Claude Code terminal:
/pair CODE - You’re connected!