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.