Skip to main content
ClaudeWave
DamianoTobasco avatar
DamianoTobasco

sync-socials-agent

Ver en GitHub

MCP server + agent skill to create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add sync-socials-agent -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "sync-socials-agent": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Sync Socials Agent

**Let your AI agent run your social media.** Sync Socials is a hosted MCP server that lets Claude Code, OpenClaw, Codex and any MCP compatible agent generate content, upload media, create drafts, schedule posts and publish to TikTok, Instagram, Facebook and YouTube.

[Website](https://sync-socials.com) · [For AI agents](https://sync-socials.com/ai-social-media-agent.html) · [App](https://app.sync-socials.com)

---

## Install

```bash
npx skills add DamianoTobasco/sync-socials-agent -g
```

Works with any agent that supports the open Agent Skills format.

## Connect the MCP server

The server is remote, so there is nothing to run locally.

| | |
|---|---|
| **Endpoint** | `https://app.sync-socials.com/api/mcp` |
| **Transport** | Streamable HTTP |
| **Auth** | `Authorization: Bearer <SYNC_SOCIALS_API_KEY>` |

Generate an API key from your workspace settings at [app.sync-socials.com](https://app.sync-socials.com). Requires a Sync Socials plan; a free 7 day trial is available.

```json
{
  "name": "sync-socials",
  "transport": "streamable-http",
  "url": "https://app.sync-socials.com/api/mcp",
  "headers": {
    "Authorization": "Bearer <SYNC_SOCIALS_API_KEY>"
  }
}
```

For OpenClaw compatible CLIs:

```bash
openclaw mcp set sync-socials '{"url":"https://app.sync-socials.com/api/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer <SYNC_SOCIALS_API_KEY>"}}'
```

## Tools

| Tool | What it does |
|---|---|
| `syncsocials_get_workspace` | Read workspace settings, timezone and plan limits |
| `syncsocials_list_connections` | List connected social accounts and their IDs |
| `syncsocials_list_media` | Browse the media library |
| `syncsocials_upload_media_from_url` | Upload media from an HTTPS URL |
| `syncsocials_upload_media_from_local_file` | Upload media from a local file path |
| `syncsocials_create_content_draft` | Save an untargeted content concept for later |
| `syncsocials_generate_viral_concepts` | Generate content concepts from a brand brief |
| `syncsocials_produce_viral_video` | Produce a short form video from a concept |
| `syncsocials_create_post` | Create a draft or scheduled post with platform targets |
| `syncsocials_get_post` | Read a single post |
| `syncsocials_list_posts` | List drafts, scheduled and published posts |
| `syncsocials_update_post` | Edit content, targets, timing or media |
| `syncsocials_publish_post` | Publish an existing draft now |
| `syncsocials_delete_post` | Delete a draft or cancel a scheduled post |

## Example prompts

Once connected, talk to your agent normally:

- Post this Reel to TikTok, Instagram, Facebook and YouTube Shorts at 6pm.
- Queue five posts from the drafts folder across this week at 9am.
- Generate a month of content from sync-socials.com and schedule the best twelve.
- What is scheduled for the rest of the week? Move Friday's post to Saturday morning.

## Platforms

| Platform | Support |
|---|---|
| TikTok | Direct post and scheduling |
| Instagram | Image and video posts, subject to Meta publishing rules |
| Facebook | Text, image and video posts to Pages |
| YouTube | Video only, exactly one video asset per post, privacy control |
| X / Twitter | Not supported in MCP v1 |

## Safety

- The skill defaults to creating **drafts**. It only schedules or publishes when you clearly ask.
- Access is scoped to an API key you generate and can revoke at any time.
- Social accounts connect through each platform's official OAuth login. Sync Socials never sees your passwords.
- Never commit your API key. Store it in your agent's MCP config or secret storage.

## REST fallback

If MCP is unavailable, the same operations are available over REST at `https://app.sync-socials.com/api/v1` using the same bearer token:

```text
POST   /media/uploads
GET    /posts
POST   /posts
GET    /posts/:id
PATCH  /posts/:id
DELETE /posts/:id
POST   /posts/:id/publish
```

The same plan access, rate limits and usage limits apply to both MCP and REST.

## License

MIT. See [LICENSE](LICENSE).
agent-skillsai-agentsclaudeinstagrammcpmcp-servermodel-context-protocolschedulersocial-mediasocial-media-automationtiktokyoutube

Lo que la gente pregunta sobre sync-socials-agent

¿Qué es DamianoTobasco/sync-socials-agent?

+

DamianoTobasco/sync-socials-agent es mcp servers para el ecosistema de Claude AI. MCP server + agent skill to create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala sync-socials-agent?

+

Puedes instalar sync-socials-agent clonando el repositorio (https://github.com/DamianoTobasco/sync-socials-agent) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar DamianoTobasco/sync-socials-agent?

+

DamianoTobasco/sync-socials-agent aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene DamianoTobasco/sync-socials-agent?

+

DamianoTobasco/sync-socials-agent es mantenido por DamianoTobasco. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a sync-socials-agent?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega sync-socials-agent en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: DamianoTobasco/sync-socials-agent
[![Featured on ClaudeWave](https://claudewave.com/api/badge/damianotobasco-sync-socials-agent)](https://claudewave.com/repo/damianotobasco-sync-socials-agent)
<a href="https://claudewave.com/repo/damianotobasco-sync-socials-agent"><img src="https://claudewave.com/api/badge/damianotobasco-sync-socials-agent" alt="Featured on ClaudeWave: DamianoTobasco/sync-socials-agent" width="320" height="64" /></a>

Más MCP Servers

Alternativas a sync-socials-agent