Social Champ MCP Server

A Model Context Protocol (MCP) server for the Social Champ platform. It exposes the full Social Champ tool catalog to MCP-compatible AI clients such as Claude Desktop, Claude Code, and Cursor: scheduling and managing posts, managing connected channels and workspaces, labels, queues, recycling, shareable calendars, agency approval workflows, and the AI content wizard. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-28 · ★ 2 · #227 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Social Champ

before you install - you'll need

Set SOCIALCHAMP_API_KEY, SOCIALCHAMP_TRANSPORT before connecting.

Claude Code

claude mcp add socialchamp-socialchamp-mcp --transport http https://mcp.socialchamp.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "socialchamp-socialchamp-mcp": {
      "url": "https://mcp.socialchamp.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.socialchamp.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.socialchamp.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.socialchamp - domain-verified with the official MCP registry

03 · What Social Champ can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-06-28

Social Champ MCP - registry manifest (server.json), Python bridge, and the Claude Desktop Extension (mcpb/, OAuth via mcp-remote, fixed callback port). Install the attached .mcpb in Claude Desktop, or add the hosted…

04 · Who maintains Social Champ

Social Champ is maintained by socialchamp. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
API integration - ranked #227 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-28)
registry
com.socialchamp/socialchamp-mcp (active, first published 2026-06-27)

06 · Social Champ FAQ

What is Social Champ?

A Model Context Protocol (MCP) server for the Social Champ platform. It exposes the full Social Champ tool catalog to MCP-compatible AI clients such as Claude Desktop, Claude Code, and Cursor: scheduling and managing posts, managing connected channels and workspaces, labels, queues, recycling, shareable calendars, agency approval workflows, and the AI content wizard. It is available as a remote MCP endpoint.

Is Social Champ still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-28 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Social Champ?

Run `claude mcp add socialchamp-socialchamp-mcp --transport http https://mcp.socialchamp.com/mcp`. The README documents 2 environment variables (SOCIALCHAMP_API_KEY, SOCIALCHAMP_TRANSPORT) to set first. Set SOCIALCHAMP_API_KEY, SOCIALCHAMP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Social Champ require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Social Champ