Sociality.io Releases MCP Server for Claude: Live Social Media Intelligence via OAuth

Sociality.io released a social media MCP server that connects Claude to live social media analytics — no more pasting screenshots or CSV exports. The server works as a remote HTTP MCP server with OAuth authentication, supporting Claude, ChatGPT, Claude Code, Codex, Gemini CLI, and other MCP-compatible clients.
What It Can Do
- Check active workspace and available accounts
- See which channels and metrics are supported
- Add selected competitor profiles to the workspace
- Pull owned account stats and published posts
- Pull competitor stats and published posts
- Compare formats, topics, posting cadence, and engagement patterns
- Find overperforming content
- Turn research into campaign ideas or reporting notes
Practical Workflow
The developers recommend a specific order of operations: Claude first checks workspace context, credit usage, available tools, supported platforms, metric names, and aggregation behavior before pulling data. This avoids guesswork and manual prep.
Example prompt from the source:
"Here are 2 competitor profiles. Add the relevant ones to our workspace, then compare their last 30 days of posts with our owned accounts. Group posts by topic and format, ignore one-off spikes, and tell us what patterns are worth testing next week."
Running this prompt produced a clear analysis with test suggestions directly in chat (see screenshots in the source).
Platforms & Actions
- Covers Instagram, TikTok, Facebook, YouTube, X, and LinkedIn
- Competitor tools: list, analyze, and fetch posts
- Write action for adding tracked competitors from profile URL
- Built-in resources/prompts for workspace checks, tool usage, metric selection, credit usage, and readiness checks before larger workflows
Who It's For
Developers and social media teams who want to query live competitor and owned account data directly from chat, without manual exports or context loss.
📖 Read the full source: r/ClaudeAI
👀 See Also

Super Claude browser extension makes Claude.ai UI fully customizable
A developer built a browser extension that lets users customize every aspect of Claude.ai's interface — colors, fonts, layout, plus usage tracking and token counting. The extension works on Chrome and Firefox and was developed using Claude itself.

VT Code: Open-Source Rust TUI Coding Agent with Multi-Provider Support and Agent Skills
VT Code is a Rust-based terminal UI (TUI) coding agent supporting Anthropic, OpenAI, Gemini, and Codex, with local inference via LM Studio and Ollama. It includes Agent Skills, Model Context Protocol, and Agent Client Protocol.

SuperContext: A Persistent Memory Framework for AI Coding Agents
SuperContext is an open-source framework that gives AI coding tools like Claude persistent memory through structured, targeted files instead of large instruction documents. It includes an executable prompt that builds the system in about 10 minutes with no manual setup.

Marmy: A Self-Hosted Framework for Managing AI Coding Agents Remotely
Marmy is an open-source, MIT-licensed framework built with Claude Code that lets developers manage AI coding agents and tmux sessions from a mobile app. It includes a Rust agent for development machines and a React Native app for remote control.