Skip to main content
Glama
socialappsceduler-eng

FastSocial MCP Server

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

get_account_info

View account details, connected platforms, and plan info

schedule_post

Schedule a post to any connected platform

list_posts

List posts filtered by status or platform

get_post

Get a single post by ID

update_post

Edit a post's text, scheduled time, or status

delete_post

Delete a post

get_analytics

View post counts and platform breakdown

list_connected_platforms

See all connected social accounts

list_clients

List clients (for reseller accounts)

list_media

Browse the media library

Related MCP server: postfast-mcp

Setup

1. Get your FastSocial API Key

  1. Log in to fastsocial.ai

  2. Go to Settings → API Keys

  3. Create a new API key with the scopes you need:

    • posts:read — read posts

    • posts:write — create/edit/delete posts

    • analytics:read — view analytics

    • platforms: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 start

Example 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

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    AI-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 updated
    6
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Schedule 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 updated
    11
    129
    5
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables 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 updated
    33
    297
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/socialappsceduler-eng/fastsocial-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server