Hosted MCP server · mcp.gpt.social

Your social data, inside every AI tool.

Connect SocialGPT to Claude, ChatGPT, Cursor, VS Code, Codex, or any MCP client. Ask for content performance, competitor research, creator analysis, post analysis, and publishing workflows through one OAuth-backed server URL.

server URL · streamable HTTP
https://mcp.gpt.social/mcp
your content competitor intel guided workflows content profile publish & post

What you can ask

Ask for the work directly.

"How did my content perform this month compared to last?"

"Find creators in the fitness niche on TikTok and show me what's working for them."

"Analyze my latest Instagram reel and suggest better hooks."

"Compare my engagement rate to similar creators on YouTube."

"Post this video to my TikTok as a draft."

Set up in 60 seconds

Pick your MCP client.

Paste the config and authenticate with your SocialGPT account once. Most clients open a browser for OAuth the first time an agent calls a SocialGPT tool.

One command. Claude Code opens a browser for OAuth sign-in on your first request that uses SocialGPT tools, then caches the token locally.

terminal
claude mcp add --transport http socialgpt https://mcp.gpt.social/mcp

Setup steps for all eleven clients were last walked through in August 2026. Vendors rename these menus often — if a path here does not match what you see, trust your client's own docs and open an issue.

Free to start: create a SocialGPT account, then connect a social account to analyse your own content — public/competitor analysis works without connecting anything. Ready-to-copy config files live in the repo's examples/.

What you are granting

Read-first access. One tool can post.

Connecting runs OAuth 2.1 with PKCE — the server never sees a password and never asks you for an API key. It identifies itself as public-read-v1 and declares six scopes:

analysis:read analysis:read:public analysis:upload content:ingest content:publish content:write

Publishing requires explicit approval

Of the twenty-six tools, exactly one publishes to a platform, and it will not run without an explicit attestation that a human approved that content for that destination. Posting straight to TikTok needs more still: a token minted by a separate call, a privacy level chosen by hand, and a second attestation that someone previewed it. The default path is a draft that lands in your TikTok inbox for you to finish there.

Limits and revocation

Publishing is capped at ten calls an hour and post analysis at thirty calls an hour. Public and competitor analysis needs no connected account at all. Manage or disconnect the accounts you have connected from your SocialGPT account page.

All 26 tools

Available MCP tools.

workspace

Your SocialGPT workspace

  • whoami
  • list_accounts
  • get_account
  • get_account_metrics
  • list_videos
  • get_video
  • list_uploads
  • get_follower_history
  • get_growth_summary
  • get_post_metrics_history
  • get_content_profile

research

Creator and competitor research

  • get_creator
  • list_creator_videos
  • list_similar_videos
  • search
  • search_videos
  • fetch

analysis

Content analysis

  • analyze_creator
  • analyze_post
  • get_analysis_status
  • get_video_analysis

guarded write

Publishing workflows

  • get_publish_options
  • get_upload_link
  • get_publish_status
  • publish_post

metadata

Server metadata

  • server_info

Read off the live server on 26 August 2026 — the names, the scopes and the limits all came from server_info and the tools' own definitions, not from documentation that could have drifted.