Add social media
to your AI stack
FastSocial is listed on PulseMCP. Wire it into Claude Desktop, Cursor, or any MCP-compatible tool and schedule posts, pull analytics, and manage clients from inside your AI environment.
10
Tools
npx
Install method
Claude
Primary client
Cursor
Also supported
fsk_
API key prefix
Drop this into your MCP config
Pick your client below. Get your API key at fastsocial.ai β Settings β API Keys (starts with fsk_).
// claude_desktop_config.json
// macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
// Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fastsocial": {
"command": "npx",
"args": ["-y", "@fastsocial/mcp-server"],
"env": {
"FASTSOCIAL_API_KEY": "fsk_your_key_here"
}
}
}
}No npm install required
The npx -y flag downloads and runs @fastsocial/mcp-server automatically each time your AI client starts. No separate install step needed.
10 tools, full social media control
These are the exact tool names your AI client sees. Call them by name in code, or just ask naturally in chat.
| Tool name | What it does |
|---|---|
schedule_post | Create and schedule a post to one or more social platforms |
list_posts | Retrieve scheduled and published posts, with status filtering |
get_post | Fetch full details of a single post by ID |
update_post | Edit a post's content, platforms, or scheduled time |
delete_post | Remove a draft or scheduled post |
list_clients | List all clients in your FastSocial workspace |
list_connected_platforms | Show connected social accounts for a user or client |
list_media | Browse the media library β images and videos |
get_analytics | Pull engagement metrics for a date range across all platforms |
get_account_info | Return current user details and subscription plan |
Also listed on
Official MCP Registry
FastSocial appears on modelcontextprotocol.io β the canonical registry maintained by Anthropic.
View MCP Registry page βNo config needed
Claude Marketplace
Prefer one-click install? Find FastSocial on the Claude Marketplace β no JSON editing required.
View Claude Marketplace page βFrequently asked questions
Add social media to your AI in 2 minutes
Get your API key, drop the config snippet into Claude Desktop or Cursor, and start chatting.