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: LinkedIn MCP Server
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 |
| Génère un texte + hashtags (description, tone?, platform?) |
| Crée un brouillon / planifie (content_text, scheduled_at?, social_account_id?, media_url?, link?) |
| Publie tout de suite un post existant (id, social_account_id?) |
| Derniers posts |
| Comptes connectés (pour |
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Schedule and publish social posts across 9 platforms (Instagram, LinkedIn, X, TikTok, Facebook, Threads, Pinterest, Bluesky, Mastodon) straight from Claude, ChatGPT, Cursor, or any MCP client. Create, edit, and reschedule posts, upload media, and pull account and post analytics, follower demographics, and best-time windows. 20 tools, free on every plan.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Draft, schedule and publish social posts to nine platforms from any AI agent.
- AntworkOAuthio.antwork
Draft, schedule, and publish social posts for your workspace straight from your AI.
Related MCP Servers
- AlicenseAqualityBmaintenanceSchedule 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.114185MIT
- AlicenseBqualityCmaintenanceEnables drafting, formatting, analyzing, and publishing LinkedIn posts directly from MCP-compatible clients like Claude.5113MIT
- AlicenseAqualityBmaintenanceGive any AI agent — Claude, Cursor, Windsurf, or any MCP-compatible client — full control over your social media through natural language.219MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to schedule and manage social media posts across 25 platforms via a simple 3-tool MCP interface, including listing connected accounts and recent posts.AGPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Oliviercreativ/social-mic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server