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 (Web)
Requires Claude Pro or Team subscription.
- Click the button below to open Claude settings
- If SuperSocial already exists, remove it first
- Enter this URL:
https://supersocial.13afoundry.com/mcp - A login popup will appear — sign in with the same email as your SuperSocial account
- Check your email (and spam folder) for the magic link
› Claude Desktop App
For the desktop app, edit your config file:
- Go to Developer → Edit Config
- Add this to
claude_desktop_config.json:
{
"mcpServers": {
"supersocial": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
}
}
} - Restart Claude Desktop
ChatGPT
Requires ChatGPT Pro, Business, Enterprise, or Edu plan. Web only.
- Enable Developer Mode:
- Go to Settings → Apps → Advanced Settings
- Turn on Developer Mode
- Click the button below to create an app
- Fill in these details:
- Name: SuperSocial
- MCP Server URL:
https://supersocial.13afoundry.com/mcp - Authentication: OAuth (leave Client ID/Secret empty)
- Click "I understand" on the safety warning
- Complete the login popup with your email
› 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
Works with any Cursor plan.
- Open your MCP config file:
- Mac:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json
- Mac:
- 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"]
}
}
} - Restart Cursor
- 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?
- Make sure the config file is valid JSON (no trailing commas)
- Fully restart Cursor (quit and reopen)
- Check that
npxis available (Node.js installed)
Need Node.js?
Download from nodejs.org (LTS version recommended)
Gemini CLI
› Setup Instructions
- Install Gemini CLI
- Edit
~/.gemini/settings.json - Add this configuration:
{
"mcpServers": {
"supersocial": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://supersocial.13afoundry.com/mcp"]
}
}
} - Run
/mcpin Gemini CLI to connect
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