streamable-httpupdated 2mo ago
SocialBu MCP lets AI assistants like Claude, ChatGPT, Cursor, Windsurf, and other MCP-compatible clients manage social media work directly inside chat.
SocialBu MCP 能做什么?
SocialBu MCP Server
SocialBu MCP lets AI assistants like Claude, ChatGPT, Cursor, Windsurf, and other MCP-compatible clients manage social media work directly inside chat.
Server URL
https://socialbu.com/mcp
What it does
SocialBu MCP gives MCP clients direct access to SocialBu so they can:
- create, edit, schedule, publish, approve, and delete posts
- generate captions, variations, and social content ideas
- pull analytics, top posts, and account-level metrics
- inspect and manage automations
- list and manage connected social accounts
- work with curated content and scheduling workflows
Installation / Connection
OAuth-capable clients
Use this MCP server URL:
{
"mcpServers": {
"socialbu": {
"url": "https://socialbu.com/mcp"
}
}
}
API-token setup
{
"mcpServers": {
"socialbu": {
"url": "https://socialbu.com/mcp",
"headers": {
"Authorization": "Bearer your-api-token"
}
}
}
}
Example prompts
- Schedule a post for tomorrow at 10am on Twitter and LinkedIn.
- Show me my top 5 posts from this week.
- Generate 3 caption variations for this image.
- Which of my automations are currently active?
- List my scheduled posts for the next 7 days.
Links
- Product page: https://socialbu.com/mcp-server
- MCP endpoint: https://socialbu.com/mcp
- Website: https://socialbu.com
- Contact: usama.ejaz@socialbu.com
Notes for directory submissions
This repository artifact was prepared so repo-ingesting MCP directories such as Glama and mcp.directory have a clean, public-repo-style package to consume once published.
安装
把 SocialBu MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http socialbu-mcp https://socialbu.com/mcpcodex mcp add socialbu-mcp --url https://socialbu.com/mcp{
"mcpServers": {
"socialbu-mcp": {
"url": "https://socialbu.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"socialbu-mcp": {
"type": "http",
"url": "https://socialbu.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"socialbu-mcp": {
"url": "https://socialbu.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"socialbu-mcp": {
"serverUrl": "https://socialbu.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度6/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 68 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.0最新 | 2026年6月27日 |