MCP Protocol

AI meets your messages

Connect your email and messaging accounts to your AI assistant. One protocol, all your conversations.

Works with

Claude
ChatGPT
Cursor
Any MCP

Secure OAuth

Enterprise-grade authentication. Your data stays yours.

Multi-Platform

WhatsApp, LinkedIn, Instagram, Messenger, Telegram.

Real-time

Send and receive messages instantly through your AI.

GDPR Compliant
EU Data Center
Encrypted

Setup Guide

Connect Super Social MCP to your favorite AI assistant

Claude (Anthropic)

Requires Claude Pro or Team subscription.

  1. Click the button below to open Claude settings
  2. If SuperSocial already exists, remove it first
  3. Enter URL: https://supersocial.13afoundry.com/mcp
  4. A login popup will appear - sign in with the same email as your SuperSocial account
  5. Check your email (and spam folder) for the magic link
Connect to Claude
Troubleshooting & Advanced

Troubleshooting

If Claude says "no accounts connected":

  1. Remove the SuperSocial connector in Claude settings
  2. Add it again and complete the login popup
  3. Make sure to use the same email as your dashboard account

Claude Desktop (App)

For the desktop app, edit your config file:

  1. Go to Developer → Edit Config
  2. Add this to claude_desktop_config.json:
{
  "mcpServers": {
    "super-social": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
    }
  }
}
  1. Restart Claude Desktop

ChatGPT (OpenAI)

Requires ChatGPT Plus or Team subscription.

  1. Click the button below to open ChatGPT Connectors
  2. Enable Developer Mode if prompted
  3. Click Create App and fill in:
  • Name: SuperSocial
  • MCP Server URL: https://supersocial.13afoundry.com/mcp
  • Authentication: OAuth (leave Client ID/Secret empty)
  1. Accept the warning and complete the login popup
Open ChatGPT Connectors
Troubleshooting & Advanced

Note: You may see a warning "OpenAI hasn't reviewed this MCP server". This is normal for custom connectors. Click "I understand and want to continue".

Developer Mode

For more control, enable Developer Mode in Settings → Connectors → Advanced settings.

Gemini (Google)

Setup Instructions

Gemini CLI

  1. Install Gemini CLI
  2. Edit your ~/.gemini/settings.json (or .gemini/settings.json in your project)
  3. Add the MCP server configuration:
{
  "mcpServers": {
    "super-social": {
      "httpUrl": "https://supersocial.13afoundry.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}
  1. Get your API token from the dashboard
  2. Run /mcp in Gemini CLI to verify connection

Other MCP Clients

Generic Setup

Generic MCP Setup

Super Social MCP works with any MCP-compatible client. You'll need:

  • Server URL: https://supersocial.13afoundry.com/mcp
  • Transport: HTTP (Streamable) or SSE
  • Authentication: OAuth 2.0 or Bearer Token

OAuth Details

  • Authorization URL: https://supersocial.13afoundry.com/oauth/authorize
  • Token URL: https://supersocial.13afoundry.com/oauth/token