Setup Guide

Prerequisites

  1. A paid Blotato subscription

  2. Your Blotato API key (get it from Settings > APIarrow-up-right)

  3. At least one connected social account in Settingsarrow-up-right


Claude Desktop

  1. Open Claude Desktop

  2. Go to Settings > Developer > Edit Config

  3. Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "blotato": {
      "url": "https://backend.blotato.com/mcp",
      "headers": {
        "blotato-api-key": "YOUR_API_KEY"
      }
    }
  }
}
  1. Replace YOUR_API_KEY with your Blotato API key

  2. Restart Claude Desktop

  3. Verify by asking: "What social media accounts do I have connected?"


Claude Code

  1. Open your terminal

  2. Run the following command:

  1. Replace YOUR_API_KEY with your Blotato API key

  2. Verify by asking: "What social media accounts do I have connected?"


Cursor

  1. Open Cursor

  2. Go to Settings > MCP

  3. Click "Add new MCP server"

  4. Enter the following configuration:

  1. Replace YOUR_API_KEY with your Blotato API key

  2. Verify by asking: "What social media accounts do I have connected?"


Verify Your Connection

After setup, test the connection by asking your AI tool:

"What social media accounts do I have connected?"

The tool calls blotato_list_accounts and returns your connected platforms. If you see your accounts listed, the setup is complete.

Last updated