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.
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.
安装
把 WoopSocial Social Media MCP 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档17/25
- 维护19/25
- 可信度9/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.8最新 | 2026年4月29日 |
| 1.0.7 | 2026年4月29日 |
| 1.0.6 | 2026年4月26日 |
| 1.0.5 | 2026年4月25日 |
| 1.0.4 | 2026年4月25日 |
| 1.0.3 | 2026年4月25日 |
| 1.0.2 | 2026年4月25日 |
| 1.0.1 | 2026年4月25日 |
| 1.0.0 | 2026年4月25日 |