Server data from the Official MCP Registry
Schedule and manage social media posts across 7 platforms directly from Claude.
About
Schedule and manage social media posts across 7 platforms directly from Claude.
Security Report
This is a well-structured MCP server for the FastSocial API with proper authentication and reasonable permissions. The code correctly retrieves the API key from environment variables, validates all tool inputs via schema, and makes authenticated requests to a legitimate third-party API. No security vulnerabilities, malicious patterns, or credential leaks were identified. Minor code quality observations around error handling and input validation do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: FASTSOCIAL_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-socialappsceduler-eng-fastsocial": {
"env": {
"FASTSOCIAL_API_KEY": "your-fastsocial-api-key-here"
},
"args": [
"-y",
"fastsocial-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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 |
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 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
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
