Skip to content

Quick Start

  • macOS or Linux
  • Claude Code CLI installed and logged in
  • claude.ai Pro or Max subscription
  • Slack workspace with admin access

In your Claude Code terminal:

/plugin marketplace add es-ua/y0mcp
/plugin install slack@y0mcp

This will:

  1. Add the y0mcp marketplace to Claude Code
  2. Install the Slack channel plugin with all dependencies
  3. Set up automatic token refresh
Terminal window
bash scripts/new-agent.sh

You’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

Edit the generated env file:

Terminal window
nano agents/my-project.env

Add your SLACK_BOT_TOKEN and SLACK_APP_TOKEN. See Setup Slack App for how to get them.

macOS:

Terminal window
launchctl load ~/Library/LaunchAgents/dev.y0mcp.my-project.plist

Linux:

Terminal window
systemctl --user enable --now y0mcp-my-project
  1. Send any message in the Slack channel
  2. The bot will respond with a pairing code
  3. Enter the code in your Claude Code terminal: /pair CODE
  4. You’re connected!