TTokenySpace
返回 MCP 列表

social0-mcp

通讯协作

Official Model Context Protocol server for Social0 — manage social posts from AI assistants

1TypeScriptv0.2.1更新于 2026/7/28
GitHub
0

介绍

Post and schedule across 9 social platforms from Claude, Cursor, or ChatGPT.

README

Social0 MCP

Post to Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky from Claude, Cursor, ChatGPT, and other AI apps — in plain English.

Prefer the social0 CLI when you have a terminal or agent shell (npx social0). Use this MCP package when the AI host only supports MCP connectors.

social0.app · CLI docs · MCP docs · Get an API key


Remote URL (recommended — no npx)

Works with Claude.ai, ChatGPT, and any AI that accepts a remote MCP connector.

  1. Connect your social accounts
  2. Open Connectors / MCP settings in your AI app
  3. Add remote server URL:
https://mcp.social0.app/mcp
  1. Click Connect and approve Social0 (OAuth)
  2. Ask: “Show my connected Social0 accounts”

No Node.js, no API key in config.

Cursor (remote)

{
  "mcpServers": {
    "social0": {
      "url": "https://mcp.social0.app/mcp"
    }
  }
}

If your Cursor build doesn’t support remote/OAuth MCP yet, use local npx below.


Local npx (API key)

Needs Node.js 20+ and a sk_live_ key from API keys.

{
  "mcpServers": {
    "social0": {
      "command": "npx",
      "args": ["-y", "@social0/mcp"],
      "env": {
        "SOCIAL0_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Unscoped npx -y social0-mcp still works as a deprecated alias.

HostWhere
CursorSettings → MCP / .cursor/mcp.json
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
VS CodeCopilot MCP settings

Try saying

  • “Show my connected Social0 accounts”
  • “Post this to LinkedIn and X”
  • “Schedule this for tomorrow at 9am UTC on Instagram and TikTok”
  • “Upload this image from a URL and publish it everywhere”

Hosted vs local

HostedLocal (npx)
URL / commandhttps://mcp.social0.app/mcpnpx -y @social0/mcp
AuthOAuthSOCIAL0_API_KEY
Mediaurl or dataurl, data, or file_path

What you can do

  • Publish or schedule to any connected platforms
  • Upload images and videos
  • Draft, edit, and delete before going live
  • Check per-platform publish status
  • Get suggestions for which platforms fit a caption

Help

AGENTS.md · Product docs · social0.app/mcp

License

MIT — see LICENSE.

评论

加载中…

同类推荐