CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

SocialGPT

scrollmark/socialgpt-mcp
6HTTPregistry active
Summary

A hosted MCP server that pipes SocialGPT analytics into any compatible AI agent over streamable HTTP. You authenticate once with OAuth, then your agent can list and search your analyzed videos, pull full transcripts and scene breakdowns, compare your engagement metrics to competitors, and look up any public creator's profile or top posts across TikTok, Instagram, and YouTube. The read-only scope covers all the reporting and intel work. If you want your agent to actually pull new content into your library for analysis, there's an optional content:ingest scope that unlocks analyze_post and bulk creator ingestion. No local install, no API keys to rotate, just point your client at the URL and start asking about performance.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
AI & LLM ToolsMonitoring & ObservabilityMedia & Entertainment
Registryactive
TransportHTTP
UpdatedJun 8, 2026
View on GitHub
SocialGPT logo

SocialGPT MCP Server

Your social data, inside every AI tool.

Connect SocialGPT to Claude, ChatGPT, Cursor, and any AI agent that speaks the Model Context Protocol. Your analytics, video analysis, and content intelligence — available everywhere you work.

Model Context Protocol Auth License: MIT

Setup · Tools · Guided workflows · Authentication · Roadmap


What is this?

This is the public front door for the SocialGPT MCP server — a hosted, remote MCP server that brings your social media analytics into any MCP-compatible AI agent. There's nothing to install and no API keys to manage: you point your client at one URL and authenticate once with your SocialGPT account.

Connection URL:

https://mcp.gpt.social/mcp
  • Transport: Streamable HTTP
  • Auth: OAuth 2.1 with PKCE — sign in once with your SocialGPT account, revoke any time
  • Access: Read-only analytics by default; an optional scope lets agents pull new content into your library for analysis

New to SocialGPT? Create a free account, then connect a social account to unlock analysis of your own content. Public/competitor analysis works without connecting anything.


Setup

Pick your client, paste the config, and authenticate with your SocialGPT account. Most clients open a browser window for OAuth the first time an agent uses a SocialGPT tool.

Ready-to-copy config files for each client live in examples/.

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS), then restart Claude Desktop:

{
  "mcpServers": {
    "socialgpt": {
      "url": "https://mcp.gpt.social/mcp"
    }
  }
}

Claude.ai

Settings → Integrations → Add more → paste the URL and follow the prompts:

https://mcp.gpt.social/mcp

Claude.ai handles authentication during the integration setup flow.

Claude Code

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

On your first request that uses SocialGPT tools, Claude Code opens a browser for OAuth sign-in and caches the token locally.

Cursor

Add to your project's .cursor/mcp.json, or ~/.cursor/mcp.json for global access:

{
  "mcpServers": {
    "socialgpt": {
      "url": "https://mcp.gpt.social/mcp"
    }
  }
}

VS Code

Add to .vscode/mcp.json in your workspace (or run MCP: Add Server from the command palette):

{
  "servers": {
    "socialgpt": {
      "type": "http",
      "url": "https://mcp.gpt.social/mcp"
    }
  }
}

ChatGPT

Settings → Tools & integrations → Add MCP server, then paste the URL:

https://mcp.gpt.social/mcp

Codex

Add to ~/.codex/config.toml (or .codex/config.toml for a single project):

[mcp_servers.socialgpt]
url = "https://mcp.gpt.social/mcp"

Cline

MCP Servers icon → Remote Servers → add the server URL, or edit cline_mcp_settings.json:

{
  "mcpServers": {
    "socialgpt": {
      "type": "streamableHttp",
      "url": "https://mcp.gpt.social/mcp"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "socialgpt": {
      "serverUrl": "https://mcp.gpt.social/mcp"
    }
  }
}

AntiGravity

Add to ~/.gemini/config/mcp_config.json:

{
  "mcpServers": {
    "socialgpt": {
      "serverUrl": "https://mcp.gpt.social/mcp"
    }
  }
}

Any other MCP client

Any client that supports the Model Context Protocol can connect using the server URL https://mcp.gpt.social/mcp. Check your client's docs for where to register an MCP server, and use the streamable HTTP transport.


What you can do

Your contentFull visibility into your own posts and performance — list and search your analyzed videos, deep-dive analysis with hooks, themes, and transcripts, and track views, engagement, and growth over time across TikTok, Instagram, and YouTube.
Competitor intelReverse-engineer what works in any niche — look up any public creator's profile and content DNA, browse their top and recent videos, find videos similar to yours, and benchmark against comparable creators.
Content profileYour content DNA, always up to date — synthesized pillars and recurring themes, a voice and tone profile derived from your actual content, and a prescriptive playbook that evolves as you create.
Guided workflowsPre-built prompts that chain tools together for a full performance audit, head-to-head benchmarking, or reverse-engineering a creator's winning formula.

Just ask

Once connected, talk to your agent like a teammate:

"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."


Tools

The server exposes a curated, mostly read-only surface. The Scope column shows which OAuth scope each tool needs (see Authentication & scopes).

Your videos & content

ToolDescriptionScope
list_videosList your videos — filter by platform/query, scope to one connected account, sort by recent or top performers.analysis:read
search_videosSearch your analyzed videos by query.analysis:read
get_videoGet one video by platform + post id — owned or public/analyzed.analysis:read · analysis:read:public
get_video_analysisFull analysis (incl. scene breakdown) for a video — owned or competitor.analysis:read · analysis:read:public
searchSearch your content (connector-convention entrypoint).analysis:read
fetchFetch a single resource by id (connector-convention entrypoint).analysis:read
get_content_profileYour content DNA — topics, pillars, and voice synthesized from your content.analysis:read

Accounts & metrics

ToolDescriptionScope
list_accountsList your connected social accounts.analysis:read
get_accountGet one connected account by id.analysis:read
get_account_metricsViews / engagement as a time series over a trailing window (up to 365 days), per account or aggregated.analysis:read

Competitor & creator discovery

ToolDescriptionScope
get_creatorGet a public/competitor creator's profile by platform + handle.analysis:read:public
list_creator_videosList a public creator's videos, sorted by recent or top, optionally with analysis.analysis:read:public
list_similar_videosFind videos similar to a given one from across the platform.analysis:read · analysis:read:public

Analyze new content

ToolDescriptionScope
analyze_postAnalyze a single TikTok/YouTube/Instagram post by URL — adds it to your library and runs deep video analysis.content:ingest
analyze_creatorAnalyze a public creator's recent posts (async — returns a job_id to poll).content:ingest
get_analysis_statusCheck the status of an analyze_creator job.content:ingest

Meta

ToolDescriptionScope
server_infoBasic info about the server and the scopes it supports.—
whoamiThe authenticated caller — user id and granted scopes.—

Guided workflows

The server also ships prompts — guided workflows that chain the tools above into a complete analysis. Clients surface these as slash-commands or prompt templates.

PromptWhat it does
analyze_my_accountA thorough performance audit of one connected account over a timeframe — momentum, what's working, what's underperforming, and prioritized recommendations.
compare_to_similarBenchmark one of your videos head-to-head against similar competitor videos and get specific changes to test.
what_works_in_nicheReverse-engineer a creator's winning formula — hooks, formats, topics, cadence — into a repeatable playbook.
connect_accountGuided setup for linking a social account to unlock analysis of your own content.

Authentication & scopes

The SocialGPT MCP server is an OAuth 2.1 resource server. Your client performs an OAuth 2.1 + PKCE flow against your SocialGPT account; the server validates the bearer token on every request. No API keys are ever copied around, and you can revoke access at any time from your SocialGPT settings.

Access is governed by three scopes:

ScopeGrants
analysis:readRead your own content, metrics, connected accounts, and content profile.
analysis:read:publicRead public/competitor creators and their analysis.
content:ingestTrigger analysis of new posts/creators — pulls content into your library for analysis. This is the only non-read scope; it does not post or publish anything on your behalf.

Until you connect a social account, only public/competitor analysis is available. Newly connected accounts appear automatically on the same token — no need to re-authenticate.


Roadmap

Read access is live today. We're building write capabilities so your agent can act, not just analyze — all over the same MCP connection:

  • Publish content — post directly to TikTok, Instagram, and YouTube from any AI agent
  • Schedule posts — queue content for optimal posting times
  • Generate scripts — full video scripts grounded in your analytics and style
  • Build carousels — design and publish carousel posts powered by your content DNA
  • Manage comments — read, reply to, and moderate comments across platforms
  • A/B test hooks — run experiments on hooks and captions

Support & links

⭐ If SocialGPT MCP is useful to you, star this repo — it helps other creators discover it.

  • Product: gpt.social · MCP integration page
  • Sign up: app.gpt.social/signup
  • Connect accounts: app.gpt.social/account
  • Learn about MCP: modelcontextprotocol.io

This repository contains the public listing and connection details for the SocialGPT MCP server. The server itself is hosted by SocialGPT; its source is not part of this repository.

License

MIT © Scrollmark, Inc.

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f