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.
Latest Blog Posts
- 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