Skip to main content
Glama
RobinCouet

@start-win/social-mcp

by RobinCouet

@start-win/social-mcp

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+

Related MCP server: Sociona MCP Server

Installation

git clone git@github.com: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

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RobinCouet/social-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server