Server data from the Official MCP Registry
Post and schedule across 9 social platforms from Claude, Cursor, or ChatGPT.
Post and schedule across 9 social platforms from Claude, Cursor, or ChatGPT.
The Social0 MCP server is a well-structured social media posting tool with appropriate authentication via API keys and reasonable permission scoping. Input validation is solid with Zod schemas, and no critical vulnerabilities were identified. Minor code quality concerns around error handling breadth and missing timeout configurations in specific scenarios prevent a higher score, but these do not represent exploitable security risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SOCIAL0_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-abhishek-b-r-social0-mcp": {
"env": {
"SOCIAL0_API_KEY": "your-social0-api-key-here"
},
"args": [
"-y",
"social0-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Post to Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky from Claude, Cursor, ChatGPT, and other AI apps — in plain English.
Replace sk_live_your_key_here with your key. You need Node.js 20+ installed (one-time).
Settings → MCP, or create .cursor/mcp.json:
{
"mcpServers": {
"social0": {
"command": "npx",
"args": ["-y", "social0-mcp"],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
}
}
Reload MCP / restart Cursor.
Edit:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"social0": {
"command": "npx",
"args": ["-y", "social0-mcp"],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
}
}
Fully quit and reopen Claude Desktop.
Settings → Connectors / MCP (wording varies):
{
"name": "social0",
"command": "npx",
"args": ["-y", "social0-mcp"],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
Save and restart ChatGPT if needed.
Same idea — add an MCP server with:
{
"command": "npx",
"args": ["-y", "social0-mcp"],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
Something not working? See AGENTS.md (troubleshooting + full tool reference for developers).
More: Product docs · social0.app
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.