social-mic-mcp

social-mic-mcp

Enables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.

Category
Visit Server

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

  1. Crée une clé dans l'app : Paramètres → API & intégrations → Nouvelle clé (smic_…).
  2. 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_at en UTC ISO 8601 (ex: 2026-07-01T07:00:00Z = 9h Paris l'été).
  • Posts illimités par organisation.
  • Un post link est publié sur Facebook ; Instagram exige une image.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured