MCP.so
Sign In

SocialRobotVerifiedFeatured

@socialrobot-io

About SocialRobot

Schedule and analyze social media posts from Claude, ChatGPT, Cursor, or Gemini. SocialRobot's remote MCP server connects Instagram, LinkedIn, X, TikTok, Facebook, Threads, Pinterest, Bluesky, and Mastodon, then creates, schedules, reschedules, and deletes posts, uploads media, and pulls analytics plus best-time-to-post insights. OAuth 2.0 with PKCE or API key auth, free on every plan.

Connection details

https://socialrobot.io/api/mcp

Setup

claude mcp add socialrobot --transport http https://socialrobot.io/api/mcp

Tools

18

List every connected social account available to the authenticated user.

Generate a presigned upload URL for an image or video before creating a post.

Return account-level analytics series for a connected social account over a date range.

Return raw analytics for a single published platform target, using the platform-specific metric set.

List published posts with their latest analytics snapshot and historical points for a connected account.

Return audience demographics for a connected social account. Instagram/Facebook/Threads return follower breakdowns. LinkedIn Company Pages return lifetime follower demographics (country, seniority, industry).

Search Bing geo locations for LinkedIn Company Page organic targeting. Pass returned urn + displayText into linkedinTargets[].post.geoLocations on create_post. Requires a Company Page account; LinkedIn needs more than 300 matching Page followers.

Search Page followers for LinkedIn @mentions (Company Pages only). Pass type, urn, displayText into captionMentions or firstCommentMentions with start/length matching the plain caption/firstComment span on create_post.

Resolve LinkedIn companies for @mentions via vanity Organization Lookup (or Your Pages when query is omitted). Works for personal and Company Page compose; needs any connected Page CM token. Pass type, urn, displayText into captionMentions or firstCommentMentions with start/length on create_post.

Return personalized best-posting-time guidance for a connected Instagram account based on past post performance.

Return TikTok creator nickname, avatar, privacy_level_options, interaction settings, max video duration, and posting limits for an account. Use before create_post with tiktokTargets.

Create one scheduled item that can publish to one or more connected social accounts. For TikTok targets, set postMode to DIRECT_POST (profile publish; privacyLevel required from tiktok_get_creator_info) or UPLOAD (inbox draft finished in the TikTok app).

List the authenticated user’s scheduled, draft, publishing, or published posts.

Delete a draft or scheduled post that belongs to the authenticated user.

Replace caption, media URLs, schedule, and platform targets on an existing draft or scheduled post. Pass existing R2 media URLs for unchanged assets.

Move an existing post to a new future publication date.

Return the Pinterest boards available for a connected Pinterest account.

Create a new Pinterest board for a connected Pinterest account.

Overview

What is SocialRobot MCP?

SocialRobot MCP is a remote Model Context Protocol server that lets AI assistants schedule and analyze social media posts directly from Claude, ChatGPT, Cursor, VS Code, Windsurf, or Zed.

Key features

  • Schedule posts: create, list, reschedule, and delete posts across Instagram, LinkedIn, X, TikTok, Facebook, Threads, Pinterest, Bluesky, and Mastodon
  • Analytics: account and post analytics, best-time-to-post insights, follower demographics
  • Media: presigned upload URLs for images and video
  • Platform extras: Pinterest board management, TikTok creator info
  • Scoped OAuth 2.0 with PKCE or API key auth, nothing publishes without approval
  • Free: MCP access included on every plan, including the free tier

Quickstart

  1. Connect your social accounts in SocialRobot first
  2. Add the remote server to your MCP client: {"mcpServers": {"socialrobot": {"type": "http", "url": "https://socialrobot.io/api/mcp"}}}
  3. Approve scopes (or paste an API key)
  4. Ask for a caption and a time

Example prompts

  • Schedule a LinkedIn post about our launch for Tuesday 9am EST
  • List my top Instagram posts from last month by reach
  • Reschedule my draft X post to tomorrow at noon

Docs: https://socialrobot.io/mcp

Frequently asked questions

What is the SocialRobot remote MCP server?

The SocialRobot remote MCP server is a hosted Model Context Protocol endpoint at https://socialrobot.io/api/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the SocialRobot MCP server?

Add the endpoint https://socialrobot.io/api/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the SocialRobot MCP server require authentication?

Yes. SocialRobot uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the SocialRobot MCP server use?

SocialRobot exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments