FastSocial
PulseMCP
Listed on pulsemcp.com

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

Configuration

Drop this into your MCP config

Pick your client below. Get your API key at fastsocial.ai β†’ Settings β†’ API Keys (starts with fsk_).

json
// 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.

Tool Reference

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 nameWhat it does
schedule_postCreate and schedule a post to one or more social platforms
list_postsRetrieve scheduled and published posts, with status filtering
get_postFetch full details of a single post by ID
update_postEdit a post's content, platforms, or scheduled time
delete_postRemove a draft or scheduled post
list_clientsList all clients in your FastSocial workspace
list_connected_platformsShow connected social accounts for a user or client
list_mediaBrowse the media library β€” images and videos
get_analyticsPull engagement metrics for a date range across all platforms
get_account_infoReturn 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.