Automate Discord with Claude Code
Send messages to Discord channels, attach media, schedule announcements, and integrate with your bot — just by asking Claude Code.
Please make sure there is always a human in the loop.
Post to Discord in Seconds
Setup, then just ask
# One-time setup
npx skills add gitroomhq/postiz-agent
export POSTIZ_API_KEY=your_api_key
# Then just ask Claude Code:
> Send the release notes to the
#announcements Discord channel at 10am
Claude Code: Done! Your Discord post is scheduled.Discord-Specific Features
Channel Messaging
Send messages directly to any Discord channel. Target announcements, general chat, or dedicated content channels.
Media Attachments
Attach images, videos, and files to your Discord messages. Share rich content with your community automatically.
Scheduled Messages
Schedule Discord messages for specific times. Perfect for announcements, event reminders, and timed content drops.
Bot Integration
Works through your Discord bot connection. Post messages as your bot to any server and channel it has access to.
Community Updates
Automate recurring community updates, changelogs, and newsletters. Keep your Discord server engaged on autopilot.
Multi-Channel
Post to different channels with different messages. Customize content for each channel in your Discord server.
How It Works
You describe what you want in plain language and Claude Code handles the Postiz calls for you. Here is how a typical conversation goes.
Find Your Discord Integration
Ask Claude Code whether your Discord account is connected. It also checks which options the platform supports.
Example conversation
> Is my Discord account connected to Postiz?
Claude Code: Yes — your Discord account is connected
and ready. Want me to post something?Get Your Channel ID
Find the Discord channel ID where you want to post. In Discord, enable Developer Mode, then right-click the channel and copy its ID.
Example conversation
> Draft a Discord post about our new
feature launch
Claude Code: Here's a draft for Discord:
"We just shipped something big..."
Want me to add media and schedule it?Create Your Message
Schedule a Discord message with your content, optional media attachments, and the target channel ID.
Example conversation
> Yes — add screenshot.png and schedule
it for tomorrow at 9am
Claude Code: Done! Scheduled on Discord for
tomorrow at 9:00 AM.Discord Settings Reference
Mention any of these in plain language and Claude Code sets them for you. These are the options every Discord message can carry.
| Field | Type | Description |
|---|---|---|
__type | string | Must be "discord" |
channel | string | Discord channel ID to post to |
Common Configurations
Ask Claude Code for any of these common Discord messaging scenarios and it applies the matching settings.
Announcement Channel Message
Just ask
> Post it with: Announcement Channel Message
Claude Code: Got it. Applying:
channel: 123456789012345678Message with Media Attachment
Example
> Post "Excited to announce our new feature!" to
Discord and LinkedIn tomorrow at 9am, then schedule
a daily tip on Discord every weekday at 10am
Claude Code: Done! Scheduled:
- Discord + LinkedIn: tomorrow 9:00 AM
- Daily tips on Discord: Mon-Fri 10:00 AMScheduled Weekly Update
Example
> What's scheduled on Discord this week?
Claude Code: 6 posts on Discord: the announcement tomorrow
at 9:00 AM and daily tips Mon-Fri at 10:00 AM.
Want me to move or cancel any of them?Multi-Channel Posting
Example
> What's scheduled on Discord this week?
Claude Code: 6 posts on Discord: the announcement tomorrow
at 9:00 AM and daily tips Mon-Fri at 10:00 AM.
Want me to move or cancel any of them?What is Claude Code?
Claude Code is Anthropic's agentic coding tool that lives in your terminal. It handles software engineering tasks — writing features, fixing bugs, and answering questions about your codebase — and it can run shell commands and MCP tools like Postiz.
Terminal & IDE Native
Claude Code runs in your terminal, with extensions for VS Code and JetBrains. You type what you want in plain English and it handles Postiz for you.
Agentic Execution
Claude Code plans and works through multi-step tasks on its own — discovering channels, uploading media, and scheduling posts — and asks for permission before it acts.
Parallel Tasks
Run several Claude Code sessions side by side, or spawn subagents in one. Schedule posts to different platforms while it handles other coding work.
How Postiz Works with Claude Code
Claude Code discovers Postiz through the Postiz skill or the Postiz MCP server. It reads the SKILL.md (or the MCP tool list) to learn what it can do, then chains calls together for social media workflows.
- ✓Install the Postiz skill, or add the Postiz MCP server with claude mcp add
- ✓Claude Code reads the SKILL.md and learns all Postiz commands
- ✓POSTIZ_API_KEY must be set in environment
- ✓Claude Code asks for permission before running commands
- ✓Works alongside your coding tasks in parallel
Install Postiz
# Option A: add the Postiz MCP server
claude mcp add --transport http postiz https://mcp.postiz.com/mcp-oauth-dynamic
# Option B: install the Postiz skill
npx skills add gitroomhq/postiz-agent
export POSTIZ_API_KEY=your_api_key
# Then just ask
claude "list my social media integrations"Discord Messaging with Claude Code
Tell Claude Code what to post from your terminal or IDE — it discovers your integrations via Postiz and handles the entire publishing workflow.
Just Ask Claude Code
Terminal and IDE integration
Tell Claude Code what to post from your terminal or IDE — it discovers your integrations via Postiz and handles the entire publishing workflow.
Claude Code CLI
$ claude "Post to Discord about our
new feature launch, schedule for
tomorrow at 9am"
Claude Code: I'll handle that.
Found your Discord integration.
Composing and scheduling the post.
Done! Your post is scheduled.
Post ID: abc-123Parallel Tasks
Multiple tasks at once
Claude Code runs headless with claude -p, so several tasks can run in parallel. Schedule posts to different platforms while it works on other coding tasks.
Claude Code Parallel Tasks
# Run multiple posting tasks in parallel
$ claude -p "Schedule a post about our
launch to X for tomorrow 9am" &
$ claude -p "Write a LinkedIn article
about our new feature and schedule
for tomorrow noon" &
$ claude -p "Fix the bug in auth.ts"
# All three tasks run simultaneouslyWhy Claude Code + Postiz for Discord
Claude Code's autonomous execution makes Postiz a natural fit. The agent reads the SKILL.md to understand every available command, then autonomously chains them together for Discord workflows.
- ✓Runs in your terminal or IDE — just type what you want
- ✓Permission-based execution — you stay in control
- ✓Parallel task support — post while coding
- ✓Reads SKILL.md for automatic command discovery
- ✓Cross-post to Discord + other platforms in a single session
- ✓Powered by Claude — Anthropic's most capable models
SKILL.md (auto-discovered)
---
name: postiz
description: Social media automation
CLI for scheduling posts across
30+ platforms including Discord
metadata:
claude-code:
requirements:
env:
- POSTIZ_API_KEY
binaries:
- postiz
---
# Available Commands
- postiz integrations:list
- postiz integrations:settings <id>
- postiz posts:create
- postiz upload <file>
- postiz analytics:platform <id>
# Discord Settings
channel (required channel ID)Also Works with Claude Cowork
Postiz works with any AI agent that can run commands or call MCP tools — you ask, the agent does the work. That includes Claude Cowork, Anthropic's desktop agent — no terminal needed.
Claude Cowork
by Anthropic
Claude Cowork reads the Postiz skill so it knows what it can do, then autonomously discovers your Discord integration, identifies the right channel, and sends your message with any attachments.
Claude Cowork
> Send an announcement to our Discord
#releases channel that v2.0 is live,
attach the changelog screenshot
Claude Cowork: Done! Scheduled on Discord for
tomorrow at 9:00 AM.Discord + Other Platforms
Schedule the same announcement to Discord and other platforms in a single command. Each platform gets its own settings.
Example
> What's scheduled on Discord this week?
Claude Code: 6 posts on Discord: the announcement tomorrow
at 9:00 AM and daily tips Mon-Fri at 10:00 AM.
Want me to move or cancel any of them?Start posting to Discord
Install Postiz Agent and automate your Discord community messaging with AI-powered scheduling and publishing.
Ready to get started?
Grow your social media presence with Postiz.
Schedule, analyze, and engage with your audience.
Open-source social media scheduling tool
AI Agents