# SocialBu MCP [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/usamaejaz/socialbu-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/socialbu-mcp

## Description
Manage SocialBu posts, scheduling, publishing, automations, and analytics from MCP clients.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "socialbu-mcp": {
    "url": "https://socialbu.com/mcp"
  }
}
```

## Documentation & README

# 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:

```json
{
  "mcpServers": {
    "socialbu": {
      "url": "https://socialbu.com/mcp"
    }
  }
}
```

### API-token setup

```json
{
  "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.

