Setup Guide

Connect SuperSocial MCP to your favorite AI assistant

https://supersocial.13afoundry.com/mcp

This is the URL you need to connect any MCP client

Available Clients

Claude

Claude (Web)

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 this URL:
https://supersocial.13afoundry.com/mcp
  1. A login popup will appear — sign in with the same email as your SuperSocial account
  2. Check your email (and spam folder) for the magic link
Connect to Claude
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": {
    "supersocial": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
    }
  }
}
  1. Restart Claude Desktop
OpenAI

ChatGPT

Requires ChatGPT Pro, Business, Enterprise, or Edu plan. Web only.

  1. Enable Developer Mode:
    • Go to Settings → Apps → Advanced Settings
    • Turn on Developer Mode
  2. Click the button below to create an app
  3. Fill in these details:
  • Name: SuperSocial
  • MCP Server URL:
https://supersocial.13afoundry.com/mcp
  • Authentication: OAuth (leave Client ID/Secret empty)
  1. Click "I understand" on the safety warning
  2. Complete the login popup with your email
Open ChatGPT Connectors
Troubleshooting

Can't find Developer Mode?

Only workspace admins can enable it. Ask your admin to enable it in Workspace Settings → Permissions & Roles → Connected Data Developer mode.

Safety warning?

It's normal to see "OpenAI hasn't reviewed this MCP server". Click "I understand" to continue.

Cursor

Cursor

Works with any Cursor plan.

  1. Open your MCP config file:
    • Mac: ~/.cursor/mcp.json
    • Windows: %USERPROFILE%\.cursor\mcp.json
  2. Add this configuration (or create the file if it doesn't exist):
{
  "mcpServers": {
    "supersocial": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
    }
  }
}
  1. Restart Cursor
  2. When you use the AI, it will ask you to log in — use the same email as your SuperSocial account
Troubleshooting

MCP not showing up?

  1. Make sure the config file is valid JSON (no trailing commas)
  2. Fully restart Cursor (quit and reopen)
  3. Check that npx is available (Node.js installed)

Need Node.js?

Download from nodejs.org (LTS version recommended)

Gemini

Gemini CLI

Setup Instructions
  1. Install Gemini CLI
  2. Edit ~/.gemini/settings.json
  3. Add this configuration:
{
  "mcpServers": {
    "supersocial": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
    }
  }
}
  1. Run /mcp in Gemini CLI to connect
MCP

Other Apps

Generic Setup

SuperSocial works with any MCP-compatible app. Use this config:

{
  "mcpServers": {
    "supersocial": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
    }
  }
}

Or use these URLs directly:

  • Server URL: https://supersocial.13afoundry.com/mcp
  • Transport: Streamable HTTP
  • Auth: OAuth 2.0