HomeOther › socialclaw

socialclaw

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

JavaScript Remote
★ 92 stars Last pushed 2026-08-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://getsocialclaw.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http socialclaw https://getsocialclaw.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "socialclaw": {
      "url": "https://getsocialclaw.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <SocialClaw workspace API key>

Package (npm 0.1.20)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "socialclaw": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SOCIALCLAW_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SOCIALCLAW_API_KEY required secret — SocialClaw workspace API key from https://getsocialclaw.com/dashboard

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry