streamable-httpupdated 4mo ago
WoopSocial's MCP is a remote MCP server that allows your AI agent to post or schedule posts to various social media platforms such as Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more.
What can you do with WoopSocial Social Media MCP?
What is this?
WoopSocial's MCP is a remote MCP server that allows your AI agent to post or schedule posts to various social media platforms such as Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more.
It is a remote MCP server, which has the benefit of not requiring you to install any additional software on your computer apart from the AI agent(s) that you already have.
Quickstart
-
Create a WoopSocial account here.
-
Create an API key here.
-
Copy the MCP URL from the dialog shown after the API key is created.
-
Add the MCP URL to your favorite AI agent.
-
Claude Code:
claude mcp add --transport http woopsocial "https://api.woopsocial.com/mcp?api_key=YOUR_API_KEY"`Note: As an alternative, Claude Code also supports our OAuth-based authentication flow. Details are available in the Claude Code CLI integration guide.
-
Codex:
codex mcp add woopsocial --url "https://api.woopsocial.com/mcp?api_key=YOUR_API_KEY" -
See our Integrating MCP clients guide for more clients.
-
-
Ask your AI agent something about WoopSocial in natural language, for example: "List my social accounts connected to WoopSocial" or "Generate and schedule 10 posts for my business on X via WoopSocial". Your AI agent will use the appropriate tools of our MCP to complete the task.
Support
If you encounter any issues, please send us an email to contact@woopsocial.com or feel free to open an issue in this repo.
Install
Add WoopSocial Social Media MCP to your client. Pick the one you use.
claude mcp add --transport http woopsocial-social-media-mcp https://api.woopsocial.com/mcpcodex mcp add woopsocial-social-media-mcp --url https://api.woopsocial.com/mcp{
"mcpServers": {
"woopsocial-social-media-mcp": {
"url": "https://api.woopsocial.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"woopsocial-social-media-mcp": {
"type": "http",
"url": "https://api.woopsocial.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"woopsocial-social-media-mcp": {
"url": "https://api.woopsocial.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"woopsocial-social-media-mcp": {
"serverUrl": "https://api.woopsocial.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 126 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.8Latest | Apr 29, 2026 |
| 1.0.7 | Apr 29, 2026 |
| 1.0.6 | Apr 26, 2026 |
| 1.0.5 | Apr 25, 2026 |
| 1.0.4 | Apr 25, 2026 |
| 1.0.3 | Apr 25, 2026 |
| 1.0.2 | Apr 25, 2026 |
| 1.0.1 | Apr 25, 2026 |
| 1.0.0 | Apr 25, 2026 |