Social Media MCP: Automate Social Content In Claude and GPT

Running your accounts on Facebook, Pinterest, TikTok, X/Twitter, YouTube, LinkedIn and Instagram is now easier than ever. Using the social media MCP, you can post directly from your Claude apps (Desktop, Coworker and Code), along with ChatGPT as well.

On this page, we will quickly explain how to set up the social media MCP in your favorite web apps, so you can quickly add it and start publishing right from within your favorite AI app, agent or web chat.

How to set up the social media MCP in Claude

If you're a Claude user like us, you're going to love how easy it is to set up the WoopSocial social media MCP.

First click on your name in Claude, which opens a dropdown menu. Then click 'Settings'.

Open Claude settings from profile menu

Once you're in Settings, click the 'Connectors' tab.

Claude connectors tab in settings

Scroll down on that tab until you see the 'Add custom connector' button.

Add custom connector in Claude

A new pop-up will open. In that pop-up, enter the name of the connection (i.e. 'WoopSocial') and enter your MCP key that you copied earlier.

Enter WoopSocial connector name and MCP URL in Claude

Once you've done that, you're done. Just click 'Add' and you're good to go.

Here's a quick test for you

Start a new chat in Claude and type the following prompt:

List all of my social media accounts for me
Test prompt in Claude to list social media accounts

Claude will now call the API through the MCP and list all of the social media accounts you've connected to WoopSocial.

Sometimes when posting, it might block the WoopSocial server when adding media such as images or videos. In that case, make sure that '*.cloudflarestorage.com' (make sure you include that asterisk/star) is added to your approved domains. To do so, go to Settings > Capabilities > Scroll Down > Domain Allowlist > enter '*.cloudflarestorage.com'.

Now you're ready to create content with Claude, create images, and publish them or schedule them directly from the app with WoopSocial's MCP.

How to set up the social media MCP in ChatGPT

Start by going to Settings in the left bottom corner.

Open ChatGPT settings

Once you're in Settings, click 'Apps'. If you haven't yet, make sure you allow Developer Mode, this is necessary to include MCP Apps in your ChatGPT.

Enable developer mode in ChatGPT apps settings

Then click 'Create App' at the top and enter the following information and replace the MCP url:

  • Name: WoopSocial
  • Description: Publish social media content
  • MCP Server URL: The MCP URL you copied earlier
  • Authentication: Select 'No Auth' in the dropdown selector
Create WoopSocial MCP app in ChatGPT

Then click "Create" and start a new chat. Use the following prompt to test the MCP:

List all of my social media accounts for me
Test prompt in ChatGPT to list social media accounts

Once it replies, you know the MCP is set up properly and you can post content to your social media accounts.

Connect the WoopSocial MCP with any other AI Agent/App

You can also connect this social media MCP to any AI Agent/App. Here's a simple script to add to your config files (if you don't know how to add it, just ask your AI Agent/App).

json
{
  "mcpServers": {
    "woopsocial": {
      "url": "https://api.woopsocial.com/mcp?api_key=wsk_0123456789abc" // Replace this with your own MCP url link
    }
  }
}

You might need to add the media server (where your images and videos are stored) to your allowed domains. To do so, simply add '*.cloudflarestorage.com' (including the asterisk/star) to your Allowed Domains in your AI Agent/App.