FastSocial MCP Server
Schedule and manage Facebook posts including creating, updating, deleting, and viewing analytics.
Schedule and manage Instagram posts including creating, updating, deleting, and viewing analytics.
Schedule and manage Pinterest posts including creating, updating, deleting, and viewing analytics.
Schedule and manage TikTok posts including creating, updating, deleting, and viewing analytics.
Schedule and manage YouTube posts including creating, updating, deleting, and viewing analytics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FastSocial MCP ServerSchedule a post to Instagram for tomorrow at 9am saying 'Happy Monday!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FastSocial MCP Server
Schedule and manage social media posts across Facebook, Instagram, Twitter/X, LinkedIn, YouTube, TikTok, and Pinterest — directly from Claude.
Tools
Tool | Description |
| View account details, connected platforms, and plan info |
| Schedule a post to any connected platform |
| List posts filtered by status or platform |
| Get a single post by ID |
| Edit a post's text, scheduled time, or status |
| Delete a post |
| View post counts and platform breakdown |
| See all connected social accounts |
| List clients (for reseller accounts) |
| Browse the media library |
Related MCP server: postfast-mcp
Setup
1. Get your FastSocial API Key
Log in to fastsocial.ai
Go to Settings → API Keys
Create a new API key with the scopes you need:
posts:read— read postsposts:write— create/edit/delete postsanalytics:read— view analyticsplatforms:read— view connected platforms
2. Configure Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"fastsocial": {
"command": "npx",
"args": ["-y", "fastsocial-mcp-server"],
"env": {
"FASTSOCIAL_API_KEY": "fsk_your_api_key_here"
}
}
}
}3. Run locally (alternative)
git clone https://github.com/fastsocial/mcp-server
cd mcp-server
npm install
FASTSOCIAL_API_KEY=fsk_your_key npm startExample prompts
"Schedule a post to Instagram for tomorrow at 9am saying 'Happy Monday!'"
"Show me all my failed posts from last week"
"What's my post count breakdown by platform?"
"Update post abc123 to be scheduled for next Friday at noon"
"List all my draft posts"
Authentication
All requests use your FastSocial API key passed as a Bearer token. Keys are scoped — a posts:read-only key cannot create or delete posts.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAI-powered social media posting across 14 platforms. Post to Twitter, Instagram, TikTok, Facebook, LinkedIn, YouTube and more with one command. AI adapts content per platform, schedules posts, and generates 30-day content calendars.Last updated6MIT
- AlicenseAqualityAmaintenanceSchedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.Last updated111295MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.Last updated332972MIT
- AlicenseAqualityBmaintenanceEnables drafting, scheduling, and publishing social posts on Vibe Marketing workspace through chat in Claude Code, Claude Desktop, or Cursor.Last updated14MIT
Related MCP Connectors
Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.
Create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube.
Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/socialappsceduler-eng/fastsocial-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server