Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/WoopSocial
WoopSocial

WoopSocial MCP Server

Yes. WoopSocial puts full MCP access on every plan including the free one, and the server shares a backend with the REST API, so an agent posts through the same path your code would.

OFFICIAL MCP✓ alivePublic APIAuth: OAuth, or an API key via Bearer header or ?api_key= query parameterSDKs: TypeScriptLLMs: Claude (Desktop/Web), Claude Code, Codex, ChatGPT, Cursor, Gemini
MCP status verified 2026-08-06Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the WoopSocial MCP server?

WoopSocial runs a native MCP server at https://api.woopsocial.com/mcp, and its documented client list is unusually broad for a social tool: Claude Cowork and Claude Chat via a custom connector, Claude Code, Codex, ChatGPT, Notion, Gemini CLI and Cursor. Every plan including Free carries full API and MCP access with unlimited posts, though X/Twitter moves to credit-based posting after a complimentary allowance.

Once connected, an agent can have WoopSocial schedule and post content, with project and account identifiers discovered automatically. So the data and the posting action both flow into the assistant rather than stopping at a dashboard.

The caveat is maturity, not documentation. The MCP itself is documented (an overview, the endpoint, OAuth plus API-key auth, and a tools reference grouped by domain: projects, accounts, posts, media, webhooks). What is still maturing is the product itself: it launched in 2024, so its own track record is short. There is an official TypeScript SDK. Treat the reliability as young rather than the docs as missing.

For the rest of the picture see the WoopSocial review or full pricing breakdown.

Inside Claude / Cursor / Codex

What you can build with the WoopSocial MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from WoopSocial's MCP server schema, so check the docs for the live surface.

woopsocial-mcplive
>Show my top 5 posts by engagement this week
woopsocial.top_posts({ period: "7d" })
TOP POSTS · LAST 7 DAYS
MCP rundown thread4.2k engagements
Pricing teardown2.8k
Tool comparison1.9k
Quick tip carousel1.4k
Founder story1.1k
Draft a follow-up to the MCP thread?
woopsocial-mcplive
>Schedule a thread across LinkedIn and X for Friday
woopsocial.schedule({ channels: ["linkedin","x"] })
SCHEDULED · 2 CHANNELS
LinkedInFri 09:00 EST
X / TwitterFri 09:00 EST
woopsocial-mcplive
>Which post type drove the most clicks this month?
woopsocial.posts_by_type({ metric: "clicks" })
CLICKS BY POST TYPE
Carousel9,420 clicks
Single image4,210
Video2,180
Text-only1,140
TMB SCORE FOR WoopSocialMCP: OfficialAgent fit: 8/10
Read review →

Which AI clients can use WoopSocial MCP?

Not every AI assistant supports MCP natively. Per-client picture for WoopSocial:

ClientSupportNotes
Claude (Desktop/Web)Native MCPClaude Cowork & Chat via a custom MCP connector (OAuth).
Claude CodeNative MCPNative MCP connector (OAuth).
CodexNative MCPNative MCP.
ChatGPTNative MCPNative MCP connector.
CursorNative MCPNative MCP.
GeminiNative MCPGemini CLI via MCP.

How to connect WoopSocial MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "woopsocial": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://api.woopsocial.com/mcp
// Claude Code (one-liner): claude mcp add woopsocial <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: api.woopsocial.com/mcp.

Does WoopSocial MCP cost extra?

Included with subscription

WoopSocial ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your WoopSocial plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

WoopSocial also publishes a REST API

WoopSocial publishes an API, but per-tier gating wasn't extracted automatically.

API docs
Auth method
SDK languages
TypeScript
OpenAPI spec
Webhooks
available
Structured outputs
See WoopSocial API page

What you can do with WoopSocial from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What changed this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe WoopSocial data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's WoopSocial account
  • Multi-account workflows without context-switching the WoopSocial UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage WoopSocial data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production WoopSocial safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by WoopSocial themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Rate limits: MCP calls count against your underlying WoopSocial API quota. Burst usage from a curious agent can drain a daily allowance fast.
8/10

Agent-readiness verdict

A real, native MCP server with unusually broad documented client support, and no paywall: full MCP access ships on every plan including Free. The REST API and MCP share one backend, so behaviour does not diverge between them. What keeps it off a top score is product maturity rather than plumbing, since WoopSocial launched in 2024 and its track record is still short. There is an official TypeScript SDK.

Scored by Joonas (TMB).

WoopSocial MCP & API FAQ

Is the WoopSocial MCP server official?+
Yes — an official, vendor-maintained server at https://api.woopsocial.com/mcp.
Can I use the WoopSocial MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does WoopSocial support webhooks?+
Yes — webhooks are available on standard plans.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

WoopSocial

Try WoopSocial
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.