Skip to main content
Glama
Oliviercreativ

social-mic-mcp

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)

Related MCP server: @posteverywhere/mcp

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.

A
license - permissive license
-
quality - not tested
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
    A
    maintenance
    Schedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.
    Last updated
    11
    129
    5
    MIT
  • A
    license
    A
    quality
    B
    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.
    Last updated
    33
    297
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A full social media management MCP server enabling post, read, schedule, and analyze across Facebook, Instagram, LinkedIn, X/Twitter, Pinterest, and YouTube from any MCP-compatible AI client.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

  • Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X

  • Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

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/Oliviercreativ/social-mic-mcp'

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