postfast-mcp
Provides tools for scheduling and managing posts on BlueSky, including account listing, media uploads, and batch post creation.
Provides tools for scheduling posts, reels, and stories with controls for content type, privacy settings, comments, and collaborators. Supports retrieval of post analytics and performance metrics.
Provides tools for scheduling posts, stories, and reels with options for publish type (timeline/story/reel), grid posting, and collaborator tagging. Supports retrieval of post analytics and performance metrics.
Provides tools for scheduling pins to specific boards with support for link attachments and required board selection.
Provides tools for scheduling and managing posts on Telegram with media upload capabilities.
Provides tools for scheduling and managing posts on Threads with support for retrieving post analytics and performance metrics.
Provides tools for scheduling videos with privacy controls, comment/duet/stitch permissions, music auto-add, brand content flags, and draft status. Supports retrieval of post analytics and performance metrics.
Provides tools for scheduling videos and Shorts with title, tags, category ID, privacy settings, playlist assignment, and thumbnail management. Supports retrieval of post analytics and performance metrics.
PostFast MCP Server
MCP server for the PostFast API — schedule and manage social media posts via AI tools like Claude, Cursor, VS Code, and more.
Quick Start
1. Get your API key
Log in to PostFast, go to API in the sidebar, and generate a key.
2. Install
Choose your preferred method:
Claude Desktop (recommended)
Download the extension from the Claude Desktop extension directory or install manually:
Add to
claude_desktop_config.json:
{
"mcpServers": {
"postfast": {
"command": "npx",
"args": ["-y", "postfast-mcp"],
"env": {
"POSTFAST_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop.
Claude Code
Via plugin (pending marketplace approval):
/plugin install postfast@claude-plugins-officialAfter installing, set your API key — pick one of these:
# Option A: Add to your shell profile (~/.zshrc or ~/.bashrc)
export POSTFAST_API_KEY="your-api-key-here"
# Option B: Add to ~/.claude/settings.local.json
# { "env": { "POSTFAST_API_KEY": "your-api-key-here" } }Then restart Claude Code.
Via manual config:
Add to your project's .mcp.json or ~/.claude/.mcp.json (global):
{
"mcpServers": {
"postfast": {
"type": "stdio",
"command": "npx",
"args": ["-y", "postfast-mcp"],
"env": {
"POSTFAST_API_KEY": "your-api-key-here"
}
}
}
}Cursor / VS Code / Windsurf / Other MCP clients
Add to your MCP config (.mcp.json, mcp.json, or the tool's settings UI):
{
"mcpServers": {
"postfast": {
"type": "stdio",
"command": "npx",
"args": ["-y", "postfast-mcp"],
"env": {
"POSTFAST_API_KEY": "your-api-key-here"
}
}
}
}3. Use it
Ask your AI assistant things like:
"List my connected social accounts"
"Schedule a post to Instagram for tomorrow at 9am"
"Show me all scheduled posts for this week"
"Upload this image and create a LinkedIn post with it"
"Create a Facebook reel with this video"
"Show me analytics for my Instagram posts this month"
Available Tools
Tool | Description |
| List connected social media accounts |
| List posts with filters (platform, status, date range) |
| Create and schedule posts (batch, up to 15) |
| Delete a post by ID |
| Upload a local file and get a media key (handles the full flow) |
| Get signed URLs to upload media files |
| Get Pinterest boards for an account |
| Get YouTube playlists for an account |
| Generate a link for clients to connect accounts |
| Fetch published posts with performance metrics — Instagram, Facebook, TikTok, Threads, YouTube, LinkedIn (company pages) |
Supported Platforms
Facebook, Instagram, X (Twitter), TikTok, LinkedIn, YouTube, BlueSky, Threads, Pinterest, Telegram
Platform-Specific Controls
When creating posts, you can pass platform-specific settings via the controls parameter:
Platform | Controls |
X (Twitter) |
|
| |
| |
TikTok |
|
YouTube |
|
| |
|
Media Upload
The upload_media tool handles the full flow in a single call:
Detects content type from file extension
Gets a signed upload URL from PostFast
Uploads the file
Returns a
keyandtypeready to use increate_posts
Supported formats: JPEG, PNG, GIF, WebP, MP4, WebM, MOV
You can also use get_upload_urls directly if you need more control over the upload process.
Environment Variables
Variable | Required | Description |
| Yes | Your workspace API key |
| No | API base URL (default: |
Testing
Verify everything works with the MCP Inspector:
POSTFAST_API_KEY=your-key npx @modelcontextprotocol/inspector npx postfast-mcpAPI Docs
Full REST API documentation: postfa.st/docs
Development
npm install
npm run build
node dist/index.jsBadges
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peturgeorgievv-factory/postfast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server