Social0|Docs
Integrations

Integrations

Connect Social0 to AI assistants via MCP or build custom integrations with the REST API.

Overview

Social0 integrates with external tools in two ways:

  • MCP Server — manage posts from Claude, Cursor, ChatGPT, or VS Code using natural language
  • REST API — programmatic access for scripts, backends, and custom apps

Both use the same API keys and the same /v1 backend.

Choose your path

I want to…Start here
Use natural language in Claude or CursorMCP Server
Build a custom integration or scriptREST API
Create an API keyDeveloper settings
Connect social accounts firstConnections

MCP Server (AI assistants)

The official Model Context Protocol server translates AI tool calls into Social0 REST API requests. Create drafts, publish, schedule, upload media, and check publish status — all from your AI assistant.

Claude / ChatGPT / Cursor


      Social0 MCP Server

     (translate tool calls)


     Social0 Public REST API


     Existing Backend

Get started with MCP →

REST API

Full programmatic access at https://api.social0.app/v1. Authenticate with Authorization: Bearer sk_live_….

Prerequisites (both paths)

  1. Social0 account with at least one connected platform
  2. API key from Developer settings
  3. For MCP: Node.js 20+ and an MCP-compatible host

On this page