Automate Pinterest with Claude Code
Create pins, target boards, add destination links, and control visual branding with dominant colors — just by asking Claude Code.
Please make sure there is always a human in the loop.
Pin to Pinterest 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:
> Create a pin on my "Design" board
linking to our blog post
Claude Code: Done! Your Pinterest post is scheduled.Pinterest-Specific Features
Pin Creation
Create rich pins with images, descriptions, titles, and destination links. Drive traffic from Pinterest to your website.
Board Targeting
Pin directly to specific boards. Organize your content by topic, campaign, or audience segment for maximum reach.
Link Pins
Attach destination URLs to your pins. Every click drives traffic directly to your website, product page, or blog.
Visual Branding
Set a dominant color for your pins to maintain brand consistency. Control how your content looks in Pinterest feeds.
Image Uploads
Hand Claude Code an image and it uploads it. Supports JPG, PNG, WEBP, and other common image formats.
Scheduled Pinning
Schedule pins for optimal times when your audience is most active. Build a consistent pinning cadence automatically.
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 Pinterest Integration
Ask Claude Code whether your Pinterest account is connected. It also checks which options the platform supports.
Example conversation
> Is my Pinterest account connected to Postiz?
Claude Code: Yes — your Pinterest account is connected
and ready. Want me to post something?Upload Your Image
Upload your pin image to get a public URL. Pinterest requires high-quality images for best results. Supports JPG, PNG, WEBP, and more.
Example conversation
> Draft a Pinterest post about our new
feature launch
Claude Code: Here's a draft for Pinterest:
"We just shipped something big..."
Want me to add media and schedule it?Create Your Pin
Schedule a Pinterest pin with your image, description, board, title, destination link, and optional dominant color for brand consistency.
Example conversation
> Yes — add screenshot.png and schedule
it for tomorrow at 9am
Claude Code: Done! Scheduled on Pinterest for
tomorrow at 9:00 AM.Pinterest Settings Reference
Mention any of these in plain language and Claude Code sets them for you. These are the options every Pinterest pin can carry.
| Field | Type | Description |
|---|---|---|
__type | string | Must be "pinterest" |
board | string | Board ID to pin to |
title | string | Pin title (max 100 characters) |
link | string | Destination URL when the pin is clicked |
dominant_color | string | Hex color code for visual branding (e.g. "#FF6B35") |
Common Configurations
Ask Claude Code for any of these common Pinterest pinning scenarios and it applies the matching settings.
Simple Pin with Link
Just ask
> Post it with: Simple Pin with Link
Claude Code: Got it. Applying:
board: home-decor-board-id
title: 10 Modern Living Room Ideas
link: https://example.com/living-room-ideasBranded Pin with Color
Just ask
> Post it with: Branded Pin with Color
Claude Code: Got it. Applying:
board: brand-pins-board-id
title: New Product Launch
link: https://example.com/product
dominant_color: #FF6B35Minimal Pin (Board Only)
Just ask
> Post it with: Minimal Pin (Board Only)
Claude Code: Got it. Applying:
board: inspiration-board-idBlog Post Pin
Just ask
> Post it with: Blog Post Pin
Claude Code: Got it. Applying:
board: blog-posts-board-id
title: How to Automate Social Media in 2025
link: https://example.com/blog/automate-social-media
dominant_color: #682EE1What 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"Pinterest Pinning 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 Pinterest about our
new feature launch, schedule for
tomorrow at 9am"
Claude Code: I'll handle that.
Found your Pinterest 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 Pinterest
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 Pinterest 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 Pinterest + 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 Pinterest
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>
# Pinterest Settings
board (required), title,
link (destination URL),
dominant_color (hex branding)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 Pinterest integration, uploads your image, selects the right board, and creates the pin with your link and branding.
Claude Cowork
> Pin my new product image to the
"Spring Collection" board with a link
to the product page, use brand color
Claude Cowork: Done! Scheduled on Pinterest for
tomorrow at 9:00 AM.Pinterest + Other Platforms
Schedule the same image to Pinterest and other platforms in a single request. Each platform gets its own settings.
Example
> Post "Excited to announce our new feature!" to
Pinterest and LinkedIn tomorrow at 9am, then schedule
a daily tip on Pinterest every weekday at 10am
Claude Code: Done! Scheduled:
- Pinterest + LinkedIn: tomorrow 9:00 AM
- Daily tips on Pinterest: Mon-Fri 10:00 AMStart pinning to Pinterest
Install Postiz Agent and automate your Pinterest content strategy 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