Content Automation MCP Server

$npx -y @ysh-fe/content_automation
README.md

Automated content generation and scheduling for Instagram and Pinterest

Enables automated content generation and scheduling for Instagram and Pinterest via the Late API. It allows users to manage publications, generate AI-powered captions, and schedule posts or stories using natural language commands.

Tools (3)

schedule_postSchedules a new post or story to Instagram or Pinterest via the Later API.
generate_captionGenerates AI-powered captions for social media posts based on provided context.
list_scheduled_postsRetrieves a list of currently scheduled publications.

Environment Variables

LATER_API_TOKENrequiredAPI token for the Later platform to manage social media accounts.

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "content-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@ysh-fe/content_automation"
      ],
      "env": {
        "LATER_API_TOKEN": "your_token_here"
      }
    }
  }
}

Try it

Schedule a post to Instagram for tomorrow at 10 AM with this image URL and a caption about summer vibes.
Generate a professional caption for a Pinterest post about home office decor.
Show me all my currently scheduled posts for Pinterest.
Create a story for Instagram using this media link and schedule it for Friday evening.

Frequently Asked Questions

How do I install Content Automation MCP Server?

Install Content Automation MCP Server by running: npx -y @ysh-fe/content_automation

What MCP clients work with Content Automation MCP Server?

Content Automation MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Content Automation MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free