Integrating MCP clients
Use this page to connect the WoopSocial MCP server to a client that supports streamable HTTP MCP.Prerequisites
- A WoopSocial account
- Access to the client you want to configure
Claude Code CLI
Use theclaude mcp add command to register WoopSocial with Claude Code.
- Ensure that you have a WoopSocial account and you are logged in
- Start
claude - In Claude, type
/mcp - Select the
woopsocial · △ needs authenticationmenu item - Select
Authenticate - This should take you to WoopSocial where you can Authorize the MCP connection. Click the “Authorize” button.
- Return to Claude
- Ask Claude to do something with the MCP. For example tell it to “List my social accounts in woopsocial”
Get your MCP URL
Claude Code above used our OAuth-based MCP authentication but this is not yet compatible with all AI agents. In such cases, please follow the procedure below which will generate an MCP URL for you backed by an API key.- Open the WoopSocial dashboard API page.
- Click on the “Create API key” button.
- Give the key a name so you can identify it later.
- Copy the MCP URL from the key details page.
The MCP URL uses this format:
Codex CLI
Use thecodex mcp add command to register WoopSocial with Codex.
Claude Desktop
- Open Claude settings.
- Open the
Connectorstab.
- Select
Add custom connector.
- Enter a connector name and paste the MCP URL.
- Save the connector.
- Test the connection by asking Claude to list your social accounts.
If Claude blocks media uploads, add *.cloudflarestorage.com to the allowlist in its settings.
ChatGPT
- Open
Settings.
- Open
Apps. - Enable
Developer Modeif it is not already enabled.
- Select
Create App. - Enter these values:
- Name:
WoopSocial - Description:
Publish social media content - MCP Server URL: paste the MCP URL you copied earlier
- Authentication:
No Auth
- Save the app.
- Start a new chat and test the connection by asking ChatGPT to list your social accounts.
Note
If the client has an allowlist for outbound domains, add*.cloudflarestorage.com so media uploads work.