Schedule and manage social media posts across 7 platforms directly from Claude.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-socialappsceduler-eng-fastsocial": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Schedule and manage social media posts across 7 platforms directly from Claude.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / ai-ml
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
Dynamic problem-solving through sequential thought chains
MCP Security Weekly
Get CVE alerts and security updates for io.github.socialappsceduler-eng/fastsocial and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Schedule and manage social media posts across Facebook, Instagram, Twitter/X, LinkedIn, YouTube, TikTok, and Pinterest — directly from Claude.
| 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 |
posts:read — read postsposts:write — create/edit/delete postsanalytics:read — view analyticsplatforms:read — view connected platformsAdd 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"
}
}
}
}
git clone https://github.com/fastsocial/mcp-server
cd mcp-server
npm install
FASTSOCIAL_API_KEY=fsk_your_key npm start
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.
MIT