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: @posteverywhere/mcp

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
A
license - permissive license
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.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to publish, schedule, and manage social media posts across X (Twitter), Instagram, and Threads through the Sociona API. Supports immediate posting, scheduling, analytics, and account management with natural language commands.
    6
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.
    33
    115
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to create, schedule, and publish social media posts across Instagram, X/Twitter, LinkedIn, Threads, Facebook, and other platforms via the PosteAhora API.
    15
    22
    MIT

View all related MCP servers

Related MCP Connectors

  • Publish, schedule, and manage social media posts across major platforms via the Postproxy API.

  • Create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube.

  • Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

View all MCP Connectors

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