Social0
@abhishek-b-r
About Social0
Official Model Context Protocol server for Social0 — manage social posts from AI assistants
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"social0": {
"command": "npx",
"args": [
"-y",
"social0-mcp"
],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Social0?
Official MCP server for Social0. Create, schedule, and publish posts to Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky from Claude, ChatGPT, Cursor, and other AI apps.
How to use Social0?
Remote (recommended): add https://mcp.social0.app/mcp in Connectors / MCP settings and authorize with Social0 OAuth.
Local: Node.js 20+, API key from https://social0.app/dashboard/api-keys, then:
{
"mcpServers": {
"social0": {
"command": "npx",
"args": ["-y", "social0-mcp"],
"env": { "SOCIAL0_API_KEY": "sk_live_your_key_here" }
}
}
}
Basic information
More Communication MCP servers
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
Mcp Telegram
dryeabMCP Server for Telegram
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Comments