Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Start Win/Social

FreeNot checked

Enables publishing and scheduling social media posts through the Social by Start-Win API, supporting multiple connected networks.

GitHubEmbed

About

Enables publishing and scheduling social media posts through the Social by Start-Win API, supporting multiple connected networks.

README

Serveur MCP pour publier et programmer des posts via Social by Start-Win.

Prérequis

  1. Compte Social by Start-Win avec réseaux connectés
  2. Clé API (sw_live_…) depuis Intégrations API
  3. Node.js 18+

Installation

git clone [email protected]:RobinCouet/social-mcp.git
cd social-mcp
npm install

Ou via npm (une fois publié) :

npx -y @start-win/social-mcp

Configuration Cursor / Claude Desktop

{
  "mcpServers": {
    "social-start-win": {
      "command": "npx",
      "args": ["-y", "@start-win/social-mcp"],
      "env": {
        "SOCIAL_API_KEY": "sw_live_votre_cle",
        "SOCIAL_API_BASE": "https://social.start-win.fr"
      }
    }
  }
}

En local (clone du dépôt) :

{
  "mcpServers": {
    "social-start-win": {
      "command": "node",
      "args": ["/chemin/vers/social-mcp/src/index.js"],
      "env": {
        "SOCIAL_API_KEY": "sw_live_votre_cle",
        "SOCIAL_API_BASE": "https://social.start-win.fr"
      }
    }
  }
}

Outils disponibles

  • list_connected_networks
  • publish_post
  • schedule_post
  • upload_media
  • list_scheduled_posts / get_scheduled_post / cancel_scheduled_post
  • get_post_history
  • suggest_optimal_slots

Documentation API : https://social.start-win.fr/api-docs

from github.com/RobinCouet/social-mcp

Install @Start Win/Social in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install start-win-social-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add start-win-social-mcp -- npx -y @start-win/social-mcp

FAQ

Is @Start Win/Social MCP free?

Yes, @Start Win/Social MCP is free — one-click install via Unyly at no cost.

Does @Start Win/Social need an API key?

No, @Start Win/Social runs without API keys or environment variables.

Is @Start Win/Social hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Start Win/Social in Claude Desktop, Claude Code or Cursor?

Open @Start Win/Social on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Start Win/Social with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs