@start-win/social-mcp
@start-win/social-mcp
Serveur MCP pour publier et programmer des posts via Social by Start-Win.
Prérequis
Compte Social by Start-Win avec réseaux connectés
Clé API (
sw_live_…) depuis Intégrations APINode.js 18+
Related MCP server: Sociona MCP Server
Installation
git clone git@github.com:RobinCouet/social-mcp.git
cd social-mcp
npm installOu via npm (une fois publié) :
npx -y @start-win/social-mcpConfiguration 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_networkspublish_postschedule_postupload_medialist_scheduled_posts/get_scheduled_post/cancel_scheduled_postget_post_historysuggest_optimal_slots
Documentation API : https://social.start-win.fr/api-docs
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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