Server data from the Official MCP Registry
Schedule and manage social media posts across 7 platforms directly from Claude.
Schedule and manage social media posts across 7 platforms directly from Claude.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FASTSOCIAL_API_KEY
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"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.