Timeline MCP Server
Enables AI assistants to manage scheduled social media posts and content automation across multiple platforms (X/Twitter, Reddit, LinkedIn, Instagram, TikTok, YouTube). Supports organizing campaigns into tracks, scheduling posts with natural language, and automating content workflows with local SQLite storage.
README
Timeline MCP Server
Model Context Protocol (MCP) server for managing scheduled social media posts and content automation.
Timeline MCP enables AI assistants like Claude to manage your content calendar through natural language. Schedule posts across multiple platforms (X/Twitter, Reddit, LinkedIn, Instagram, TikTok, YouTube), organize campaigns into tracks, and automate your content workflow.
Quick Start
Add to your MCP settings (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"timeline": {
"command": "npx",
"args": ["-y", "timeline-mcp"],
"env": {
"POSTY_WORKSPACE": "/path/to/your/workspace"
}
}
}
}
Environment Variables:
POSTY_WORKSPACE(required): Path to your Posty workspace directory containing the SQLite database
What is MCP?
Model Context Protocol is an open protocol that enables AI assistants to securely interact with local and remote tools. This server implements the MCP specification to provide timeline management capabilities.
Development
For local development:
# Install dependencies
npm install
# Build the project
npm run build
# Run locally
npm start
Implementation
Built with FastMCP framework for cleaner code and better TypeScript support. Uses SQLite database storage via Drizzle ORM for reliable local data persistence.
Features
Track Management
- 📋 List Tracks - View all content tracks
- ➕ Add Track - Create new tracks for organizing campaigns
- 🗑️ Remove Track - Delete tracks and associated events
Scheduled Events
- 📅 Add Scheduled Event - Schedule posts with prompts, timing, and platform
- 📊 List Events - Filter by track, status, platform, or date range
- ✏️ Update Event - Modify scheduled events before publishing
- ❌ Remove Event - Delete scheduled events
Supported Platforms
- X (Twitter)
- Reddit (with subreddit targeting)
- TikTok
- YouTube
Usage Example
Ask your AI assistant:
"Schedule a product launch campaign for next week. Create 5 teaser posts on X leading up to the launch, with one post per day at 10 AM."
The AI will use Timeline MCP to:
- Create or reuse a track for the campaign
- Generate engaging prompts for each post
- Schedule them at the specified times
- Store everything in your local database
Media Storage
Generated images and content are saved to:
{workspace}/tracks/{track_name}/{event_name}/
Each event folder contains an info.json with metadata about the event.
Examples
See examples.md for detailed usage examples including:
- Product launch campaigns
- Content series scheduling
- Event coverage
- Multi-platform posts
Requirements
- Node.js 18+
- A Posty workspace with SQLite database
- MCP-compatible AI assistant (Claude Desktop, etc.)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.