social-mic-mcp
Enables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.
README
Serveur MCP — Social Made in Conflans
Pilote tes posts (génération, planification, publication) depuis Claude / un agent
via le protocole MCP. Il appelle l'API publique /api/v1 avec ta clé.
Installation
Publié sur NPM — aucune installation manuelle, npx s'en charge :
npx -y social-mic-mcp
(ou en local depuis le repo : cd mcp && npm install && node index.mjs)
Configuration
- Crée une clé dans l'app : Paramètres → API & intégrations → Nouvelle clé (
smic_…). - Ajoute le serveur à ton client MCP.
Claude Desktop / Claude Code (mcp config)
{
"mcpServers": {
"social-mic": {
"command": "npx",
"args": ["-y", "social-mic-mcp"],
"env": {
"SOCIAL_API_KEY": "smic_xxxxxxxxxxxx",
"SOCIAL_API_URL": "https://social.madeinconflans.fr"
}
}
}
}
Outils exposés
| Outil | Rôle |
|---|---|
generate_post |
Génère un texte + hashtags (description, tone?, platform?) |
create_post |
Crée un brouillon / planifie (content_text, scheduled_at?, social_account_id?, media_url?, link?) |
publish_post |
Publie tout de suite un post existant (id, social_account_id?) |
list_posts |
Derniers posts |
list_accounts |
Comptes connectés (pour social_account_id) |
Exemple d'usage (langage naturel)
« Génère 3 posts pour ma boulangerie cette semaine et planifie-les à 9h sur Facebook. »
L'agent appelle list_accounts, puis generate_post ×3, puis create_post avec
scheduled_at (UTC) et le social_account_id Facebook.
Notes
- Dates
scheduled_aten UTC ISO 8601 (ex:2026-07-01T07:00:00Z= 9h Paris l'été). - Posts illimités par organisation.
- Un post
linkest publié sur Facebook ; Instagram exige une image.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.